BillingCustomerStatus Struct

Definition

Identifies the status of an customer. This is an upcoming property that will be populated in the future.

public readonly struct BillingCustomerStatus : IEquatable<Azure.ResourceManager.Billing.Models.BillingCustomerStatus>
type BillingCustomerStatus = struct
Public Structure BillingCustomerStatus
Implements IEquatable(Of BillingCustomerStatus)
Inheritance
BillingCustomerStatus
Implements

Constructors

BillingCustomerStatus(String)

Initializes a new instance of BillingCustomerStatus.

Properties

Active

Active.

Deleted

Deleted.

Disabled

Disabled.

Other

Other.

Pending

Pending.

UnderReview

UnderReview.

Warned

Warned.

Methods

Equals(BillingCustomerStatus)

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(BillingCustomerStatus, BillingCustomerStatus)

Determines if two BillingCustomerStatus values are the same.

Implicit(String to BillingCustomerStatus)

Converts a string to a BillingCustomerStatus.

Inequality(BillingCustomerStatus, BillingCustomerStatus)

Determines if two BillingCustomerStatus values are not the same.

Applies to