次の方法で共有


VaultProperties.MoveState プロパティ

定義

移動操作後のリソースの状態を取得します。 使用できる値は、'Unknown'、'InProgress'、'PrepareFailed'、'CommitFailed'、'PrepareTimedout'、'CommitTimedout'、'MoveSucceeded'、'Failure'、'CriticalFailure'、'PartialSuccess' です。

[Newtonsoft.Json.JsonProperty(PropertyName="moveState")]
public string MoveState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="moveState")>]
member this.MoveState : string
Public ReadOnly Property MoveState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象