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