IWithSqlServer.WithExistingSqlServer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WithExistingSqlServer(ISqlServer) |
Définit le serveur SQL parent pour la nouvelle clé de serveur. |
WithExistingSqlServer(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 clé de serveur.
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
Paramètres
- sqlServer
- ISqlServer
Serveur SQL parent.
Retours
S’applique à
WithExistingSqlServer(String, String)
Définit le nom du serveur SQL parent et le groupe de ressources auquel il appartient.
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
Paramètres
- resourceGroupName
- String
Nom du groupe de ressources du serveur SQL parent.
- sqlServerName
- String
Nom du serveur SQL parent.
Retours
S’applique à
Azure SDK for .NET