Partager via


IWithLoadBalancer.WithExistingLoadBalancerBackend Méthode

Définition

Associe la configuration IP principale de l’interface réseau à un back-end d’un équilibreur de charge existant.

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

Paramètres

loadBalancer
ILoadBalancer

Un équilibreur de charge existant.

backendName
String

Nom d’un back-end existant sur cet équilibreur de charge.

Retours

S’applique à