Share via


IWithSqlServer.WithExistingSqlServer(String, String) Method

Definition

Sets the parent SQL server name and resource group it belongs to.

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

Parameters

resourceGroupName
String

The name of the resource group the parent SQL server.

sqlServerName
String

The parent SQL server name.

Returns

Applies to