SyncMemberInner.SyncState 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 sync state of the sync member. Possible values include: 'SyncInProgress', 'SyncSucceeded', 'SyncFailed', 'DisabledTombstoneCleanup', 'DisabledBackupRestore', 'SyncSucceededWithWarnings', 'SyncCancelling', 'SyncCancelled', 'UnProvisioned', 'Provisioning', 'Provisioned', 'ProvisionFailed', 'DeProvisioning', 'DeProvisioned', 'DeProvisionFailed', 'Reprovisioning', 'ReprovisionFailed', 'UnReprovisioned'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.syncState")]
public Microsoft.Azure.Management.Sql.Fluent.Models.SyncMemberState SyncState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.syncState")>]
member this.SyncState : Microsoft.Azure.Management.Sql.Fluent.Models.SyncMemberState
Public ReadOnly Property SyncState As SyncMemberState
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET