Partager via


IWithSubnet.WithExistingSubnet(INetwork, String) Méthode

Définition

Affecte le sous-réseau spécifié à ce front-end privé de l’équilibreur de charge interne.

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

Paramètres

network
INetwork

Réseau virtuel dans lequel le sous-réseau existe.

subnetName
String

Nom d’un sous-réseau.

Retours

S’applique à