次の方法で共有


DevTestLabCostType 構造体

定義

コストの種類。

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

コンストラクター

DevTestLabCostType(String)

DevTestLabCostType の新しいインスタンスを初期化します。

プロパティ

Projected

投影。

Reported

報告。

Unavailable

利用。

メソッド

Equals(DevTestLabCostType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(DevTestLabCostType, DevTestLabCostType)

2 つの DevTestLabCostType 値が同じかどうかを判断します。

Implicit(String to DevTestLabCostType)

文字列を DevTestLabCostType に変換します。

Inequality(DevTestLabCostType, DevTestLabCostType)

2 つの DevTestLabCostType 値が同じでないかどうかを判断します。

適用対象