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