SubscriptionEnrollmentAccountStatus Struct

Definition

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

SubscriptionEnrollmentAccountStatus(String)

Initializes a new instance of SubscriptionEnrollmentAccountStatus.

Properties

Active

Active.

Cancelled

Cancelled.

Deleted

Deleted.

Expired

Expired.

Inactive

Inactive.

TransferredOut

TransferredOut.

Transferring

Transferring.

Methods

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

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.

Applies to