AzureSqlSyncGroupModel 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
AzureSqlSyncGroupModel() |
Construct AzureSqlSyncGroupModel |
AzureSqlSyncGroupModel(String, String, String, SyncGroup) | |
AzureSqlSyncGroupModel(String, String, String, SyncGroup) |
Construct AzureSqlSyncGroupModel for Management.Sql.Models.syncGroup object |
AzureSqlSyncGroupModel()
Construct AzureSqlSyncGroupModel
public AzureSqlSyncGroupModel ();
Public Sub New ()
Applies to
AzureSqlSyncGroupModel(String, String, String, SyncGroup)
public AzureSqlSyncGroupModel (string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroup syncGroup);
new Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroup -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel
Public Sub New (resourceGroupName As String, serverName As String, databaseName As String, syncGroup As SyncGroup)
Parameters
- resourceGroupName
- String
- serverName
- String
- databaseName
- String
- syncGroup
- SyncGroup
Applies to
AzureSqlSyncGroupModel(String, String, String, SyncGroup)
Construct AzureSqlSyncGroupModel for Management.Sql.Models.syncGroup object
public AzureSqlSyncGroupModel (string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.SyncGroup syncGroup);
new Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel : string * string * string * Microsoft.Azure.Management.Sql.Models.SyncGroup -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel
Public Sub New (resourceGroupName As String, serverName As String, databaseName As String, syncGroup As SyncGroup)
Parameters
- resourceGroupName
- String
Resource group name
- serverName
- String
Server name
- databaseName
- String
Databse name
- syncGroup
- SyncGroup
sync group object