IWithExistingSubnet.WithExistingSubnet 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
WithExistingSubnet(ISubnet) |
Especifica a sub-rede da qual o gateway de aplicativo obtém seu endereço IP privado. Isso criará uma nova configuração de IP, se ela ainda não existir. Os front-ends privados (internos), se algum tiver sido habilitado, também serão configurados para usar essa sub-rede. |
WithExistingSubnet(INetwork, String) |
Especifica a sub-rede da qual o gateway de aplicativo obtém seu endereço IP privado. Isso criará uma nova configuração de IP, se ela ainda não existir. Os front-ends privados (internos), se algum tiver sido habilitado, também serão configurados para usar essa sub-rede. |
WithExistingSubnet(ISubnet)
Especifica a sub-rede da qual o gateway de aplicativo obtém seu endereço IP privado. Isso criará uma nova configuração de IP, se ela ainda não existir. Os front-ends privados (internos), se algum tiver sido habilitado, também serão configurados para usar essa sub-rede.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate WithExistingSubnet (Microsoft.Azure.Management.Network.Fluent.ISubnet subnet);
abstract member WithExistingSubnet : Microsoft.Azure.Management.Network.Fluent.ISubnet -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate
Public Function WithExistingSubnet (subnet As ISubnet) As IWithCreate
Parâmetros
- subnet
- ISubnet
Uma sub-rede existente.
Retornos
Aplica-se a
WithExistingSubnet(INetwork, String)
Especifica a sub-rede da qual o gateway de aplicativo obtém seu endereço IP privado. Isso criará uma nova configuração de IP, se ela ainda não existir. Os front-ends privados (internos), se algum tiver sido habilitado, também serão configurados para usar essa sub-rede.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate WithExistingSubnet (Microsoft.Azure.Management.Network.Fluent.INetwork network, string subnetName);
abstract member WithExistingSubnet : Microsoft.Azure.Management.Network.Fluent.INetwork * string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate
Public Function WithExistingSubnet (network As INetwork, subnetName As String) As IWithCreate
Parâmetros
- network
- INetwork
A rede virtual da qual a sub-rede faz parte.
- subnetName
- String
O nome de uma sub-rede na rede selecionada.
Retornos
Aplica-se a
Azure SDK for .NET