BillingAccountStatusReasonCode 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.
Reason for the specified billing account status.
public readonly struct BillingAccountStatusReasonCode : IEquatable<Azure.ResourceManager.Billing.Models.BillingAccountStatusReasonCode>
type BillingAccountStatusReasonCode = struct
Public Structure BillingAccountStatusReasonCode
Implements IEquatable(Of BillingAccountStatusReasonCode)
- Inheritance
-
BillingAccountStatusReasonCode
- Implements
Constructors
BillingAccountStatusReasonCode(String) |
Initializes a new instance of BillingAccountStatusReasonCode. |
Properties
Expired |
Expired. |
ManuallyTerminated |
ManuallyTerminated. |
Other |
Other. |
TerminateProcessing |
TerminateProcessing. |
Transferred |
Transferred. |
UnusualActivity |
UnusualActivity. |
Methods
Equals(BillingAccountStatusReasonCode) |
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(BillingAccountStatusReasonCode, BillingAccountStatusReasonCode) |
Determines if two BillingAccountStatusReasonCode values are the same. |
Implicit(String to BillingAccountStatusReasonCode) |
Converts a string to a BillingAccountStatusReasonCode. |
Inequality(BillingAccountStatusReasonCode, BillingAccountStatusReasonCode) |
Determines if two BillingAccountStatusReasonCode values are not the same. |
Applies to
Azure SDK for .NET