Udostępnij za pośrednictwem


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

DevTestLabCostType(String)

Initializes a new instance of DevTestLabCostType.

Properties

Projected

Projected.

Reported

Reported.

Unavailable

Unavailable.

Methods

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

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