Share via


BillingAccountStatus Struct

Definition

The current status of the billing account.

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

Constructors

BillingAccountStatus(String)

Initializes a new instance of BillingAccountStatus.

Properties

Active

Active.

Deleted

Deleted.

Disabled

Disabled.

Expired

Expired.

Extended

Extended.

New

New.

Other

Other.

Pending

Pending.

Terminated

Terminated.

Transferred

Transferred.

UnderReview

UnderReview.

Methods

Equals(BillingAccountStatus)

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

Determines if two BillingAccountStatus values are the same.

Implicit(String to BillingAccountStatus)

Converts a string to a BillingAccountStatus.

Inequality(BillingAccountStatus, BillingAccountStatus)

Determines if two BillingAccountStatus values are not the same.

Applies to