Share via


BillingProductTransferStatus Struct

Definition

The status of a transfer.

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

Constructors

BillingProductTransferStatus(String)

Initializes a new instance of BillingProductTransferStatus.

Properties

Completed

Completed.

Failed

Failed.

InProgress

InProgress.

NotStarted

NotStarted.

Methods

Equals(BillingProductTransferStatus)

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

Determines if two BillingProductTransferStatus values are the same.

Implicit(String to BillingProductTransferStatus)

Converts a string to a BillingProductTransferStatus.

Inequality(BillingProductTransferStatus, BillingProductTransferStatus)

Determines if two BillingProductTransferStatus values are not the same.

Applies to