Partager via


IWithLoadBalancer.WithExistingLoadBalancerInboundNatRule Méthode

Définition

Associe la configuration IP principale de l’interface réseau à une règle NAT de trafic entrant d’un équilibreur de charge existant.

public Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IUpdate WithExistingLoadBalancerInboundNatRule (Microsoft.Azure.Management.Network.Fluent.ILoadBalancer loadBalancer, string inboundNatRuleName);
abstract member WithExistingLoadBalancerInboundNatRule : Microsoft.Azure.Management.Network.Fluent.ILoadBalancer * string -> Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IUpdate
Public Function WithExistingLoadBalancerInboundNatRule (loadBalancer As ILoadBalancer, inboundNatRuleName As String) As IUpdate

Paramètres

loadBalancer
ILoadBalancer

Un équilibreur de charge existant.

inboundNatRuleName
String

Nom d’une règle NAT de trafic entrant existante sur l’équilibreur de charge sélectionné.

Retours

S’applique à