次の方法で共有


MachineLearningOSType 構造体

定義

コンピューティング OS の種類。

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

コンストラクター

MachineLearningOSType(String)

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

プロパティ

Linux

Linux

Windows

Windows。

メソッド

Equals(MachineLearningOSType)

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

ToString()

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

演算子

Equality(MachineLearningOSType, MachineLearningOSType)

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

Implicit(String to MachineLearningOSType)

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

Inequality(MachineLearningOSType, MachineLearningOSType)

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

適用対象