DiscountProvisioningState 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.
Provisioning states of Discount.
public readonly struct DiscountProvisioningState : IEquatable<Azure.ResourceManager.BillingBenefits.Models.DiscountProvisioningState>
type DiscountProvisioningState = struct
Public Structure DiscountProvisioningState
Implements IEquatable(Of DiscountProvisioningState)
- Inheritance
-
DiscountProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| DiscountProvisioningState(String) |
Initializes a new instance of DiscountProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Gets the Canceled. |
| Failed |
Gets the Failed. |
| Pending |
Gets the Pending. |
| Succeeded |
Gets the Succeeded. |
| Unknown |
Gets the Unknown. |
Methods
| Name | Description |
|---|---|
| Equals(DiscountProvisioningState) |
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
| Name | Description |
|---|---|
| Equality(DiscountProvisioningState, DiscountProvisioningState) |
Determines if two DiscountProvisioningState values are the same. |
| Implicit(String to DiscountProvisioningState) |
Converts a string to a DiscountProvisioningState. |
| Implicit(String to Nullable<DiscountProvisioningState>) | |
| Inequality(DiscountProvisioningState, DiscountProvisioningState) |
Determines if two DiscountProvisioningState values are not the same. |