Partager via


IWithBackendPort<ReturnT> Interface

Définition

Étape d’une définition de règle d’équilibrage de charge permettant de spécifier le port principal vers lequel envoyer le trafic à charge équilibrée.

public interface IWithBackendPort<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.UpdateDefinition.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithAttach<ReturnT>>, Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.UpdateDefinition.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithAttach<ReturnT>>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithAttach<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithFloatingIP<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithIdleTimeoutInMinutes<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithLoadDistribution<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithOutboundSnat<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.UpdateDefinition.IWithProbe<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ReturnT>
type IWithBackendPort<'ReturnT> = interface
    interface IWithBackendPort<IWithAttach<'ReturnT>>
    interface IWithAttach<'ReturnT>
    interface IInUpdate<'ReturnT>
    interface IWithFloatingIP<'ReturnT>
    interface IWithFloatingIP<IWithAttach<'ReturnT>>
    interface IWithIdleTimeoutInMinutes<'ReturnT>
    interface IWithLoadDistribution<'ReturnT>
    interface IWithProbe<'ReturnT>
    interface IWithOutboundSnat<'ReturnT>
Public Interface IWithBackendPort(Of ReturnT)
Implements IInUpdate(Of ReturnT), IWithAttach(Of ReturnT), IWithBackendPort(Of IWithAttach(Of ReturnT)), IWithFloatingIP(Of IWithAttach(Of ReturnT)), IWithFloatingIP(Of ReturnT), IWithIdleTimeoutInMinutes(Of ReturnT), IWithLoadDistribution(Of ReturnT), IWithOutboundSnat(Of ReturnT), IWithProbe(Of ReturnT)

Paramètres de type

ReturnT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé
Implémente

Méthodes

Attach()

Étape d’une définition de règle d’équilibrage de charge permettant de spécifier le port principal vers lequel envoyer le trafic à charge équilibrée.

(Hérité de IInUpdate<ParentT>)
ToBackendPort(Int32)

Spécifie un port principal vers lequel envoyer le trafic réseau. S’il n’est pas spécifié, le même numéro de port principal est supposé que celui utilisé par le serveur frontal.

(Hérité de IWithBackendPort<ReturnT>)
WithDisableOutboundSnat()

Configure la SNAT pour les machines virtuelles du pool back-end afin d’utiliser l’adresse publicIP spécifiée dans le serveur frontal de la règle d’équilibrage de charge.

(Hérité de IWithOutboundSnat<ReturnT>)
WithFloatingIP(Boolean)

Définit l’activation de l’adresse IP flottante.

(Hérité de IWithFloatingIP<ReturnT>)
WithFloatingIPDisabled()

Désactive la prise en charge des adresses IP flottantes.

(Hérité de IWithFloatingIP<ReturnT>)
WithFloatingIPEnabled()

Active la prise en charge des adresses IP flottantes.

(Hérité de IWithFloatingIP<ReturnT>)
WithIdleTimeoutInMinutes(Int32)

Spécifie le nombre de minutes avant la fermeture d’une connexion inactive.

(Hérité de IWithIdleTimeoutInMinutes<ReturnT>)
WithLoadDistribution(LoadDistribution)

Spécifie le mode de distribution de charge.

(Hérité de IWithLoadDistribution<ReturnT>)
WithProbe(String)

Associe la sonde HTTP ou TCP existante spécifiée de cet équilibreur de charge à la règle d’équilibrage de charge.

(Hérité de IWithProbe<ReturnT>)

S’applique à