Partilhar via


IWithSubnet.WithExistingSubnet Método

Definição

Sobrecargas

WithExistingSubnet(ISubnet)

Especifica uma sub-rede existente da qual o gateway de aplicativo deve fazer parte e obter seu endereço IP privado.

WithExistingSubnet(INetwork, String)

Especifica uma sub-rede existente da qual o gateway de aplicativo deve fazer parte e obter seu endereço IP privado.

WithExistingSubnet(ISubnet)

Especifica uma sub-rede existente da qual o gateway de aplicativo deve fazer parte e obter seu endereço IP privado.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate WithExistingSubnet (Microsoft.Azure.Management.Network.Fluent.ISubnet subnet);
abstract member WithExistingSubnet : Microsoft.Azure.Management.Network.Fluent.ISubnet -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate
Public Function WithExistingSubnet (subnet As ISubnet) As IUpdate

Parâmetros

subnet
ISubnet

Uma sub-rede existente.

Retornos

Aplica-se a

WithExistingSubnet(INetwork, String)

Especifica uma sub-rede existente da qual o gateway de aplicativo deve fazer parte e obter seu endereço IP privado.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate 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.ApplicationGatewayIPConfiguration.Update.IUpdate
Public Function WithExistingSubnet (network As INetwork, subnetName As String) As IUpdate

Parâmetros

network
INetwork

Uma rede virtual existente.

subnetName
String

O nome de uma sub-rede dentro da rede selecionada.

Retornos

Aplica-se a