CostManagementUnavailabilityReason Struct

Definition

The reason why the given name is not available.

public readonly struct CostManagementUnavailabilityReason : IEquatable<Azure.ResourceManager.CostManagement.Models.CostManagementUnavailabilityReason>
type CostManagementUnavailabilityReason = struct
Public Structure CostManagementUnavailabilityReason
Implements IEquatable(Of CostManagementUnavailabilityReason)
Inheritance
CostManagementUnavailabilityReason
Implements

Constructors

CostManagementUnavailabilityReason(String)

Initializes a new instance of CostManagementUnavailabilityReason.

Properties

AlreadyExists

AlreadyExists.

Invalid

Invalid.

Methods

Equals(CostManagementUnavailabilityReason)

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

Equality(CostManagementUnavailabilityReason, CostManagementUnavailabilityReason)

Determines if two CostManagementUnavailabilityReason values are the same.

Implicit(String to CostManagementUnavailabilityReason)

Converts a string to a CostManagementUnavailabilityReason.

Inequality(CostManagementUnavailabilityReason, CostManagementUnavailabilityReason)

Determines if two CostManagementUnavailabilityReason values are not the same.

Applies to