CostDetailsStatusType Struct

Definition

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.

Applies to