SubscriptionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subscription state. Possible states are * active – the subscription is active, * suspended – the subscription is blocked, and the subscriber cannot call any APIs of the product, * submitted – the subscription request has been made by the developer, but has not yet been approved or rejected, * rejected – the subscription request has been denied by an administrator, * cancelled – the subscription has been cancelled by the developer or administrator, * expired – the subscription reached its expiration date and was deactivated.
public enum SubscriptionState
type SubscriptionState =
Public Enum SubscriptionState
- Inheritance
-
SubscriptionState
Fields
Name | Value | Description |
---|---|---|
Suspended | 0 | suspended. |
Active | 1 | active. |
Expired | 2 | expired. |
Submitted | 3 | submitted. |
Rejected | 4 | rejected. |
Cancelled | 5 | cancelled. |
Applies to
Azure SDK for .NET