CostDetailsStatusType 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 cost details operation.
public readonly struct CostDetailsStatusType : IEquatable<Azure.ResourceManager.CostManagement.Models.CostDetailsStatusType>
type CostDetailsStatusType = struct
Public Structure CostDetailsStatusType
Implements IEquatable(Of CostDetailsStatusType)
- Inheritance
-
CostDetailsStatusType
- Implements
Constructors
| Name | Description |
|---|---|
| CostDetailsStatusType(String) |
Initializes a new instance of CostDetailsStatusType. |
Properties
| Name | Description |
|---|---|
| CompletedCostDetailsStatusType |
Operation is Completed. |
| FailedCostDetailsStatusType |
Operation Failed. |
| NoDataFoundCostDetailsStatusType |
Operation is Completed and no cost data found. |
Methods
| Name | Description |
|---|---|
| Equals(CostDetailsStatusType) |
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(CostDetailsStatusType, CostDetailsStatusType) |
Determines if two CostDetailsStatusType values are the same. |
| Implicit(String to CostDetailsStatusType) |
Converts a string to a CostDetailsStatusType. |
| Implicit(String to Nullable<CostDetailsStatusType>) | |
| Inequality(CostDetailsStatusType, CostDetailsStatusType) |
Determines if two CostDetailsStatusType values are not the same. |