AzureSqlDataSyncAdapter.CreateSyncGroupLogModelFromResponse Method
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.
Converts the response from the service to a powershell sync group log object
public static Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel CreateSyncGroupLogModelFromResponse (Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupLog syncGroupLog);
static member CreateSyncGroupLogModelFromResponse : Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupLog -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel
Public Shared Function CreateSyncGroupLogModelFromResponse (syncGroupLog As SyncGroupLog) As AzureSqlSyncGroupLogModel
- syncGroupLog
- SyncGroupLog
The sync group log object from the response
The converted model