StorageAccount.FailoverInProgress プロパティ

定義

フェールオーバーが進行中の場合、値は true、それ以外の場合は null になります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.failoverInProgress")]
public bool? FailoverInProgress { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.failoverInProgress")>]
member this.FailoverInProgress : Nullable<bool>
Public ReadOnly Property FailoverInProgress As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象