Compartir a través de


IWithSqlServer.WithExistingSqlServer(String, String) Método

Definición

Establece el nombre del servidor SQL primario y el grupo de recursos al que pertenece.

public Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSyncGroupDatabase WithExistingSqlServer (string resourceGroupName, string sqlServerName);
abstract member WithExistingSqlServer : string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSyncGroupDatabase
Public Function WithExistingSqlServer (resourceGroupName As String, sqlServerName As String) As IWithSyncGroupDatabase

Parámetros

resourceGroupName
String

Nombre del grupo de recursos que es el servidor SQL server primario.

sqlServerName
String

Nombre del servidor SQL primario.

Devoluciones

Se aplica a