次の方法で共有


ReplicationStatus.AggregatedState プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="aggregatedState")]
public Microsoft.Azure.Management.Compute.Fluent.Models.AggregatedReplicationState AggregatedState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="aggregatedState")>]
member this.AggregatedState : Microsoft.Azure.Management.Compute.Fluent.Models.AggregatedReplicationState
Public ReadOnly Property AggregatedState As AggregatedReplicationState

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象