Partager via


IWithLoadBalancer.WithExistingLoadBalancerInboundNatRule Méthode

Définition

Spécifie la règle NAT entrante de l’équilibreur de charge à laquelle associer cette configuration IP.

public Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.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.NicIPConfiguration.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 entrante existante sur l’équilibreur de charge sélectionné.

Retours

S’applique à