Compartir a través de


IWithSqlServer.WithExistingSqlServer Método

Definición

Sobrecargas

WithExistingSqlServer(ISqlServer)

Establece el servidor SQL server primario para el nuevo grupo elástico.

WithExistingSqlServer(String, String, String)

Establece el nombre principal de SQL Server y el grupo de recursos al que pertenece.

WithExistingSqlServer(ISqlServer)

Establece el servidor SQL server primario para el nuevo grupo elástico.

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

Parámetros

sqlServer
ISqlServer

El servidor SQL server primario.

Devoluciones

Se aplica a

WithExistingSqlServer(String, String, String)

Establece el nombre principal de SQL Server y el grupo de recursos al que pertenece.

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

Parámetros

resourceGroupName
String

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

sqlServerName
String

Nombre primario del servidor SQL Server.

location
String

Ubicación primaria del servidor SQL Server.

Devoluciones

Se aplica a