Partager via


IWithSqlServer.WithExistingSqlServer Méthode

Définition

Surcharges

WithExistingSqlServer(ISqlServer)

Définit le serveur SQL parent pour la nouvelle règle de pare-feu.

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 règle de pare-feu.

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

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.SqlFirewallRuleOperations.Definition.IWithIPAddressRange WithExistingSqlServer (string resourceGroupName, string sqlServerName);
abstract member WithExistingSqlServer : string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithIPAddressRange
Public Function WithExistingSqlServer (resourceGroupName As String, sqlServerName As String) As IWithIPAddressRange

Paramètres

resourceGroupName
String

Nom du groupe de ressources du serveur SQL parent.

sqlServerName
String

Nom du serveur SQL parent.

Retours

S’applique à