UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

15 lines (14 loc) 380 B
export declare const SkuName: { readonly S1: "S1"; }; /** * The name of the SKU for Azure Dev Spaces Controller. */ export type SkuName = (typeof SkuName)[keyof typeof SkuName]; export declare const SkuTier: { readonly Standard: "Standard"; }; /** * The tier of the SKU for Azure Dev Spaces Controller. */ export type SkuTier = (typeof SkuTier)[keyof typeof SkuTier];