Subscription interface
Subscription information.
Properties
authorization |
The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'. |
display |
The subscription display name. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The fully qualified ID for the subscription. For example, /subscriptions/00000000-0000-0000-0000-000000000000. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. NOTE: This property will not be serialized. It can only be populated by the server. |
subscription |
The subscription ID. NOTE: This property will not be serialized. It can only be populated by the server. |
subscription |
The subscription policies. |
Property Details
authorizationSource
The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'.
authorizationSource?: string
Property Value
string
displayName
The subscription display name. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
id
The fully qualified ID for the subscription. For example, /subscriptions/00000000-0000-0000-0000-000000000000. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
state
The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. NOTE: This property will not be serialized. It can only be populated by the server.
state?: SubscriptionState
Property Value
subscriptionId
The subscription ID. NOTE: This property will not be serialized. It can only be populated by the server.
subscriptionId?: string
Property Value
string
subscriptionPolicies
The subscription policies.
subscriptionPolicies?: SubscriptionPolicies