次の方法で共有


ReplicationLink.ReplicationState プロパティ

定義

レプリケーション リンクのレプリケーション状態を取得します。 使用可能な値は、'PENDING'、'SEEDING'、'CATCH_UP'、'SUSPENDED' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象