Compartilhar via


IWithSqlServerBeta.WithExistingSqlServer Método

Definição

Sobrecargas

WithExistingSqlServer(ISqlServer)

Define o SQL Server pai para o novo Banco de Dados SQL.

WithExistingSqlServer(String, String, String)

Define o nome do SQL Server pai e o grupo de recursos ao qual ele pertence.

WithExistingSqlServer(ISqlServer)

Define o SQL Server pai para o novo Banco de Dados SQL.

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithAllDifferentOptions WithExistingSqlServer (Microsoft.Azure.Management.Sql.Fluent.ISqlServer sqlServer);
abstract member WithExistingSqlServer : Microsoft.Azure.Management.Sql.Fluent.ISqlServer -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithAllDifferentOptions
Public Function WithExistingSqlServer (sqlServer As ISqlServer) As IWithAllDifferentOptions

Parâmetros

sqlServer
ISqlServer

O SQL Server pai.

Retornos

Aplica-se a

WithExistingSqlServer(String, String, String)

Define o nome do SQL Server pai e o grupo de recursos ao qual ele pertence.

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

Parâmetros

resourceGroupName
String

O nome do grupo de recursos do SQL Server pai.

sqlServerName
String

O nome do SQL Server pai.

location
String

O local pai do SQL Server.

Retornos

Aplica-se a