SyncGroupInner Constructors
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.
Overloads
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. |
SyncGroupInner()
Initializes a new instance of the SyncGroupInner class.
public SyncGroupInner ();
Public Sub New ()
Applies to
SyncGroupInner(String, String, String, Nullable<Int32>, Nullable<DateTime>, SyncConflictResolutionPolicy, String, String, String, SyncGroupState, SyncGroupSchema)
Initializes a new instance of the SyncGroupInner class.
public SyncGroupInner (string id = default, string name = default, string type = default, int? interval = default, DateTime? lastSyncTime = default, Microsoft.Azure.Management.Sql.Fluent.Models.SyncConflictResolutionPolicy conflictResolutionPolicy = default, string syncDatabaseId = default, string hubDatabaseUserName = default, string hubDatabasePassword = default, Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupState syncState = default, Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchema schema = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupInner : string * string * string * Nullable<int> * Nullable<DateTime> * Microsoft.Azure.Management.Sql.Fluent.Models.SyncConflictResolutionPolicy * string * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupState * Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchema -> Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional interval As Nullable(Of Integer) = Nothing, Optional lastSyncTime As Nullable(Of DateTime) = Nothing, Optional conflictResolutionPolicy As SyncConflictResolutionPolicy = Nothing, Optional syncDatabaseId As String = Nothing, Optional hubDatabaseUserName As String = Nothing, Optional hubDatabasePassword As String = Nothing, Optional syncState As SyncGroupState = Nothing, Optional schema As SyncGroupSchema = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- conflictResolutionPolicy
- SyncConflictResolutionPolicy
Conflict resolution policy of the sync group. Possible values include: 'HubWin', 'MemberWin'
- syncDatabaseId
- String
ARM resource id of the sync database in the sync group.
- hubDatabaseUserName
- String
User name for the sync group hub database credential.
- hubDatabasePassword
- String
Password for the sync group hub database credential.
- syncState
- SyncGroupState
Sync state of the sync group. Possible values include: 'NotReady', 'Error', 'Warning', 'Progressing', 'Good'
- schema
- SyncGroupSchema
Sync schema of the sync group.
Applies to
Azure SDK for .NET