Freigeben über


DevTestLabCostType Struct

Definition

The type of the cost.

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

Constructors

Name Description
DevTestLabCostType(String)

Initializes a new instance of DevTestLabCostType.

Properties

Name Description
Projected

Projected.

Reported

Reported.

Unavailable

Unavailable.

Methods

Name Description
Equals(DevTestLabCostType)

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(DevTestLabCostType, DevTestLabCostType)

Determines if two DevTestLabCostType values are the same.

Implicit(String to DevTestLabCostType)

Converts a String to a DevTestLabCostType.

Inequality(DevTestLabCostType, DevTestLabCostType)

Determines if two DevTestLabCostType values are not the same.

Applies to