次の方法で共有


HDInsightAsyncOperationState 構造体

定義

非同期操作の状態です。

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

コンストラクター

HDInsightAsyncOperationState(String)

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

プロパティ

Failed

失敗。

InProgress

InProgress。

Succeeded

成功。

メソッド

Equals(HDInsightAsyncOperationState)

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

ToString()

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

演算子

Equality(HDInsightAsyncOperationState, HDInsightAsyncOperationState)

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

Implicit(String to HDInsightAsyncOperationState)

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

Inequality(HDInsightAsyncOperationState, HDInsightAsyncOperationState)

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

適用対象