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

11 lines (10 loc) 243 B
export declare const RpSkuTier: { /** * Fabric tier */ readonly Fabric: "Fabric"; }; /** * The name of the Azure pricing tier to which the SKU applies. */ export type RpSkuTier = (typeof RpSkuTier)[keyof typeof RpSkuTier];