IWithSqlServer.WithExistingSqlServer(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.