Compartilhar via


IWithSubnet<ParentT>.WithExistingSubnet(INetwork, String) Método

Definição

Atribui a sub-rede especificada a esse front-end privado.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT> 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.ApplicationGatewayFrontend.Definition.IWithAttach<'ParentT>
Public Function WithExistingSubnet (network As INetwork, subnetName As String) As IWithAttach(Of ParentT)

Parâmetros

network
INetwork

A rede virtual em que a sub-rede existe.

subnetName
String

O nome de uma sub-rede.

Retornos

Aplica-se a