MaccStatus 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 MACC.
public readonly struct MaccStatus : IEquatable<Azure.ResourceManager.BillingBenefits.Models.MaccStatus>
type MaccStatus = struct
Public Structure MaccStatus
Implements IEquatable(Of MaccStatus)
- Inheritance
-
MaccStatus
- Implements
Constructors
| Name | Description |
|---|---|
| MaccStatus(String) |
Initializes a new instance of MaccStatus. |
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. |
| ShortfallCharged |
Gets the ShortfallCharged. |
| ShortfallWaived |
Gets the ShortfallWaived. |
| Stopped |
Gets the Stopped. |
| Unknown |
Gets the Unknown. |
Methods
| Name | Description |
|---|---|
| Equals(MaccStatus) |
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(MaccStatus, MaccStatus) |
Determines if two MaccStatus values are the same. |
| Implicit(String to MaccStatus) |
Converts a string to a MaccStatus. |
| Implicit(String to Nullable<MaccStatus>) | |
| Inequality(MaccStatus, MaccStatus) |
Determines if two MaccStatus values are not the same. |