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