次の方法で共有


DevTestLabCustomImageOSType 構造体

定義

カスタム イメージの OS の種類 (Windows、Linux など)。

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

コンストラクター

DevTestLabCustomImageOSType(String)

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

プロパティ

Linux

Linux

None

[なし] :

Windows

Windows。

メソッド

Equals(DevTestLabCustomImageOSType)

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

ToString()

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

演算子

Equality(DevTestLabCustomImageOSType, DevTestLabCustomImageOSType)

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

Implicit(String to DevTestLabCustomImageOSType)

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

Inequality(DevTestLabCustomImageOSType, DevTestLabCustomImageOSType)

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

適用対象