AzureSqlSyncGroupLogModel 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
AzureSqlSyncGroupLogModel() |
Construct AzureSqlSyncGroupLogModel |
AzureSqlSyncGroupLogModel(SyncGroupLog) |
Construct AzureSqlSyncGroupLogModel from Management.Sql.Models.SyncGroupLog object |
AzureSqlSyncGroupLogModel()
Construct AzureSqlSyncGroupLogModel
public AzureSqlSyncGroupLogModel ();
Public Sub New ()
Applies to
AzureSqlSyncGroupLogModel(SyncGroupLog)
Construct AzureSqlSyncGroupLogModel from Management.Sql.Models.SyncGroupLog object
public AzureSqlSyncGroupLogModel (Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupLog syncGroupLog);
new Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel : Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupLog -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel
Public Sub New (syncGroupLog As SyncGroupLog)
Parameters
- syncGroupLog
- SyncGroupLog
sync group log object