次の方法で共有


ReplicationStatus.AggregatedState プロパティ

定義

これは、すべてのリージョン レプリケーションの状態フラグに基づいて集計されたレプリケーションの状態を取得します。 指定できる値は、'Unknown'、'InProgress'、'Completed'、'Failed' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象