BillingSubscriptionOperationStatus 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 an operation on the subscription. When None, there is no ongoing operation. When LockedForUpdate, write operations will be blocked on the Billing Subscription. Other is the default value and you may need to refer to the latest API version for more details.
public readonly struct BillingSubscriptionOperationStatus : IEquatable<Azure.ResourceManager.Billing.Models.BillingSubscriptionOperationStatus>
type BillingSubscriptionOperationStatus = struct
Public Structure BillingSubscriptionOperationStatus
Implements IEquatable(Of BillingSubscriptionOperationStatus)
- Inheritance
-
BillingSubscriptionOperationStatus
- Implements
Constructors
BillingSubscriptionOperationStatus(String) |
Initializes a new instance of BillingSubscriptionOperationStatus. |
Properties
LockedForUpdate |
LockedForUpdate. |
None |
None. |
Other |
Other. |
Methods
Equals(BillingSubscriptionOperationStatus) |
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(BillingSubscriptionOperationStatus, BillingSubscriptionOperationStatus) |
Determines if two BillingSubscriptionOperationStatus values are the same. |
Implicit(String to BillingSubscriptionOperationStatus) |
Converts a string to a BillingSubscriptionOperationStatus. |
Inequality(BillingSubscriptionOperationStatus, BillingSubscriptionOperationStatus) |
Determines if two BillingSubscriptionOperationStatus values are not the same. |
Applies to
Azure SDK for .NET