次の方法で共有


UpdateRunPropertiesState 構造体

定義

更新プログラムの実行の状態。

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

コンストラクター

UpdateRunPropertiesState(String)

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

プロパティ

Failed

失敗。

InProgress

InProgress。

Succeeded

成功。

Unknown

不明。

メソッド

Equals(UpdateRunPropertiesState)

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

ToString()

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

演算子

Equality(UpdateRunPropertiesState, UpdateRunPropertiesState)

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

Implicit(String to UpdateRunPropertiesState)

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

Inequality(UpdateRunPropertiesState, UpdateRunPropertiesState)

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

適用対象