SubscriptionState interface
Subscription State object.
Properties
istransitioning | Is Transitioning NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Subscription state properties. |
state | State of Azure Subscription |
Property Details
istransitioning
Is Transitioning NOTE: This property will not be serialized. It can only be populated by the server.
istransitioning?: boolean
Property Value
boolean
properties
Subscription state properties.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
state
State of Azure Subscription
state?: string
Property Value
string