Partager via


IWithSqlServerBeta.WithExistingSqlServer Méthode

Définition

Surcharges

WithExistingSqlServer(ISqlServer)

Définit le serveur SQL parent pour la nouvelle SQL Database.

WithExistingSqlServer(String, String, String)

Définit le nom du serveur SQL parent et le groupe de ressources auquel il appartient.

WithExistingSqlServer(ISqlServer)

Définit le serveur SQL parent pour la nouvelle SQL Database.

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

Paramètres

sqlServer
ISqlServer

Serveur SQL parent.

Retours

S’applique à

WithExistingSqlServer(String, String, String)

Définit le nom du serveur SQL parent et le groupe de ressources auquel il appartient.

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

Paramètres

resourceGroupName
String

Nom du groupe de ressources du serveur SQL parent.

sqlServerName
String

Nom du serveur SQL parent.

location
String

Emplacement du serveur SQL parent.

Retours

S’applique à