IWithSqlServer.WithExistingSqlServer Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
WithExistingSqlServer(ISqlServer) |
Define o SQL Server pai para a nova regra de Rede Virtual. |
WithExistingSqlServer(String, String) |
Define o nome do SQL Server pai e o grupo de recursos ao qual ele pertence. |
WithExistingSqlServer(ISqlServer)
Define o SQL Server pai para a nova regra de Rede Virtual.
public Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRuleOperations.Definition.IWithSubnet WithExistingSqlServer (Microsoft.Azure.Management.Sql.Fluent.ISqlServer sqlServer);
abstract member WithExistingSqlServer : Microsoft.Azure.Management.Sql.Fluent.ISqlServer -> Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRuleOperations.Definition.IWithSubnet
Public Function WithExistingSqlServer (sqlServer As ISqlServer) As IWithSubnet
Parâmetros
- sqlServer
- ISqlServer
O SQL Server pai.
Retornos
Aplica-se a
WithExistingSqlServer(String, String)
Define o nome do SQL Server pai e o grupo de recursos ao qual ele pertence.
public Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRuleOperations.Definition.IWithSubnet WithExistingSqlServer (string resourceGroupName, string sqlServerName);
abstract member WithExistingSqlServer : string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRuleOperations.Definition.IWithSubnet
Public Function WithExistingSqlServer (resourceGroupName As String, sqlServerName As String) As IWithSubnet
Parâmetros
- resourceGroupName
- String
O nome do grupo de recursos do SQL Server pai.
- sqlServerName
- String
O nome do SQL Server pai.
Retornos
Aplica-se a
Azure SDK for .NET