Compartir a través de


IWithSqlServer.WithExistingSqlServer Método

Definición

Sobrecargas

WithExistingSqlServer(ISqlServer)

Establece el servidor SQL server primario para la nueva clave de servidor.

WithExistingSqlServer(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 la nueva clave de servidor.

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

Parámetros

sqlServer
ISqlServer

El servidor SQL server primario.

Devoluciones

Se aplica a

WithExistingSqlServer(String, String)

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

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

Parámetros

resourceGroupName
String

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

sqlServerName
String

Nombre primario del servidor SQL Server.

Devoluciones

Se aplica a