SubscriptionEnrollmentAccountStatus Struct
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.
The current enrollment account status of the subscription. This field is available only for the Enterprise Agreement Type.
public readonly struct SubscriptionEnrollmentAccountStatus : IEquatable<Azure.ResourceManager.Billing.Models.SubscriptionEnrollmentAccountStatus>
type SubscriptionEnrollmentAccountStatus = struct
Public Structure SubscriptionEnrollmentAccountStatus
Implements IEquatable(Of SubscriptionEnrollmentAccountStatus)
- Inheritance
-
SubscriptionEnrollmentAccountStatus
- Implements
Constructors
| Name | Description |
|---|---|
| SubscriptionEnrollmentAccountStatus(String) |
Initializes a new instance of SubscriptionEnrollmentAccountStatus. |
Properties
| Name | Description |
|---|---|
| Active |
Active. |
| Cancelled |
Cancelled. |
| Deleted |
Deleted. |
| Expired |
Expired. |
| Inactive |
Inactive. |
| TransferredOut |
TransferredOut. |
| Transferring |
Transferring. |
Methods
| Name | Description |
|---|---|
| Equals(SubscriptionEnrollmentAccountStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SubscriptionEnrollmentAccountStatus, SubscriptionEnrollmentAccountStatus) |
Determines if two SubscriptionEnrollmentAccountStatus values are the same. |
| Implicit(String to SubscriptionEnrollmentAccountStatus) |
Converts a String to a SubscriptionEnrollmentAccountStatus. |
| Inequality(SubscriptionEnrollmentAccountStatus, SubscriptionEnrollmentAccountStatus) |
Determines if two SubscriptionEnrollmentAccountStatus values are not the same. |