Enum AzureSubscriptionState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of an Azure subscription.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureSubscriptionState
Fields
Deleted = 2
The subscription has been deleted along with all underlying resources/data.
Disabled = 3
The subscription is disabled and can no longer be used to create or manage Azure resources.
Enabled = 1
The subscription is active.
Expired = 4
The subscription is expired because it was cancelled.
PastDue = 5
The subscription has an outstanding payment pending.
Unknown = 0
The subscription state is unknown.
Warned = 6
The subscription is in a warned state and will be disabled shortly.