BillingProductTransferStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET