次の方法で共有


MachineLearningVmPriceOSType 構造体

定義

VM で使用されるオペレーティング システムの種類。

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

コンストラクター

MachineLearningVmPriceOSType(String)

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

プロパティ

Linux

Linux

Windows

Windows。

メソッド

Equals(MachineLearningVmPriceOSType)

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

ToString()

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

演算子

Equality(MachineLearningVmPriceOSType, MachineLearningVmPriceOSType)

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

Implicit(String to MachineLearningVmPriceOSType)

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

Inequality(MachineLearningVmPriceOSType, MachineLearningVmPriceOSType)

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

適用対象