你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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