SyncGroupInner Class

Definition

An Azure SQL Database sync group.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SyncGroupInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SyncGroupInner = class
    inherit ProxyResourceInner
Public Class SyncGroupInner
Inherits ProxyResourceInner
Inheritance
Attributes

Constructors

SyncGroupInner()

Initializes a new instance of the SyncGroupInner class.

SyncGroupInner(String, String, String, Nullable<Int32>, Nullable<DateTime>, SyncConflictResolutionPolicy, String, String, String, SyncGroupState, SyncGroupSchema)

Initializes a new instance of the SyncGroupInner class.

Properties

ConflictResolutionPolicy

Gets or sets conflict resolution policy of the sync group. Possible values include: 'HubWin', 'MemberWin'

HubDatabasePassword

Gets or sets password for the sync group hub database credential.

HubDatabaseUserName

Gets or sets user name for the sync group hub database credential.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Interval

Gets or sets sync interval of the sync group.

LastSyncTime

Gets last sync time of the sync group.

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Schema

Gets or sets sync schema of the sync group.

SyncDatabaseId

Gets or sets ARM resource id of the sync database in the sync group.

SyncState

Gets sync state of the sync group. Possible values include: 'NotReady', 'Error', 'Warning', 'Progressing', 'Good'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to