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

AzureSqlDataSyncAdapter.CreateSyncGroupModelFromResponse Method

Definition

Overloads

CreateSyncGroupModelFromResponse(String, String, String, SyncGroup)
CreateSyncGroupModelFromResponse(String, String, String, SyncGroup)

Converts the response from the service to a powershell sync group object

CreateSyncGroupModelFromResponse(String, String, String, SyncGroup)

public static Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel CreateSyncGroupModelFromResponse (string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroup syncGroup);
static member CreateSyncGroupModelFromResponse : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroup -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel
Public Shared Function CreateSyncGroupModelFromResponse (resourceGroupName As String, serverName As String, databaseName As String, syncGroup As SyncGroup) As AzureSqlSyncGroupModel

Parameters

resourceGroupName
String
serverName
String
databaseName
String
syncGroup
SyncGroup

Returns

Applies to

CreateSyncGroupModelFromResponse(String, String, String, SyncGroup)

Converts the response from the service to a powershell sync group object

public static Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel CreateSyncGroupModelFromResponse (string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.SyncGroup syncGroup);
static member CreateSyncGroupModelFromResponse : string * string * string * Microsoft.Azure.Management.Sql.Models.SyncGroup -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel
Public Shared Function CreateSyncGroupModelFromResponse (resourceGroupName As String, serverName As String, databaseName As String, syncGroup As SyncGroup) As AzureSqlSyncGroupModel

Parameters

resourceGroupName
String

The resource group the sync group is in

serverName
String

The name of the server

databaseName
String

The name of the database

syncGroup
SyncGroup

The sync group object from the response

Returns

The converted model

Applies to