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 = 2The subscription has been deleted along with all underlying resources/data.
Disabled = 3The subscription is disabled and can no longer be used to create or manage Azure resources.
Enabled = 1The subscription is active.
Expired = 4The subscription is expired because it was cancelled.
PastDue = 5The subscription has an outstanding payment pending.
Unknown = 0The subscription state is unknown.
Warned = 6The subscription is in a warned state and will be disabled shortly.