Sdílet prostřednictvím


AzureSqlDataSyncAdapter.CreateSyncGroupLogModelFromResponse Method

Definition

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

Parameters

syncGroupLog
SyncGroupLog

The sync group log object from the response

Returns

The converted model

Applies to