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

14 lines (13 loc) 524 B
export declare const SubscriptionFeatureRegistrationState: { readonly NotSpecified: "NotSpecified"; readonly NotRegistered: "NotRegistered"; readonly Pending: "Pending"; readonly Registering: "Registering"; readonly Registered: "Registered"; readonly Unregistering: "Unregistering"; readonly Unregistered: "Unregistered"; }; /** * The state. */ export type SubscriptionFeatureRegistrationState = (typeof SubscriptionFeatureRegistrationState)[keyof typeof SubscriptionFeatureRegistrationState];