Partager via


IWithLoadBalancer.WithExistingLoadBalancerBackend Méthode

Définition

Spécifie l’équilibreur de charge à associer à cette configuration IP.

public Microsoft.Azure.Management.Network.Fluent.NicIPConfiguration.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.NicIPConfiguration.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 serveur principal existant sur cet équilibreur de charge.

Retours

S’applique à