Share via


BillingProfileStatus Struct

Definition

The status of the billing profile.

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

Constructors

BillingProfileStatus(String)

Initializes a new instance of BillingProfileStatus.

Properties

Active

Active.

Deleted

Deleted.

Disabled

Disabled.

Other

Other.

UnderReview

UnderReview.

Warned

Warned.

Methods

Equals(BillingProfileStatus)

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

Determines if two BillingProfileStatus values are the same.

Implicit(String to BillingProfileStatus)

Converts a string to a BillingProfileStatus.

Inequality(BillingProfileStatus, BillingProfileStatus)

Determines if two BillingProfileStatus values are not the same.

Applies to