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

9 lines (8 loc) 263 B
export declare const Workload: { readonly Production: "Production"; readonly DevTest: "DevTest"; }; /** * The workload type of the subscription. It can be either Production or DevTest. */ export type Workload = (typeof Workload)[keyof typeof Workload];