ReplicationLinkInner.ReplicationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the replication state for the replication link. Possible values include: 'PENDING', 'SEEDING', 'CATCH_UP', 'SUSPENDED'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.replicationState")]
public Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState ReplicationState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.replicationState")>]
member this.ReplicationState : Microsoft.Azure.Management.Sql.Fluent.Models.ReplicationState
Public ReadOnly Property ReplicationState As ReplicationState
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET