次の方法で共有


MachineLearningMountState 構造体

定義

マウント状態。

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

コンストラクター

MachineLearningMountState(String)

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

プロパティ

Mounted

マウント。

MountFailed

MountFailed。

MountRequested

MountRequested。

Unmounted

アンマウント。

UnmountFailed

UnmountFailed。

UnmountRequested

UnmountRequested。

メソッド

Equals(MachineLearningMountState)

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

ToString()

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

演算子

Equality(MachineLearningMountState, MachineLearningMountState)

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

Implicit(String to MachineLearningMountState)

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

Inequality(MachineLearningMountState, MachineLearningMountState)

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

適用対象