Share via


BillingProductStatus Struct

Definition

The status of the product.

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

Constructors

BillingProductStatus(String)

Initializes a new instance of BillingProductStatus.

Properties

Active

Active.

AutoRenew

AutoRenew.

Canceled

Canceled.

Deleted

Deleted.

Disabled

Disabled.

Expired

Expired.

Expiring

Expiring.

Other

Other.

PastDue

PastDue.

Suspended

Suspended.

Methods

Equals(BillingProductStatus)

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

Determines if two BillingProductStatus values are the same.

Implicit(String to BillingProductStatus)

Converts a string to a BillingProductStatus.

Inequality(BillingProductStatus, BillingProductStatus)

Determines if two BillingProductStatus values are not the same.

Applies to