IUpdate Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Intégralité d’une mise à jour de règle d’équilibrage de charge dans le cadre d’une mise à jour de l’équilibreur de charge.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasBackendPort.Update.IWithBackendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Update.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontend.Update.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.Update.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithBackendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithFloatingIP, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithFrontendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithIdleTimeoutInMinutes, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithLoadDistribution, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithOutboundSnat, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithProbe, Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IWithProtocol, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithFrontendPort
interface IWithFrontendPort<IUpdate>
interface IWithFrontend
interface IWithFrontend<IUpdate>
interface IWithProtocol
interface IWithProtocol<IUpdate, TransportProtocol>
interface IWithBackendPort
interface IWithBackendPort<IUpdate>
interface IWithFloatingIP
interface IWithFloatingIP<IUpdate>
interface IWithIdleTimeoutInMinutes
interface IWithLoadDistribution
interface IWithProbe
interface IWithOutboundSnat
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackendPort, IWithBackendPort(Of IUpdate), IWithFloatingIP, IWithFloatingIP(Of IUpdate), IWithFrontend, IWithFrontend(Of IUpdate), IWithFrontendPort, IWithFrontendPort(Of IUpdate), IWithIdleTimeoutInMinutes, IWithLoadDistribution, IWithOutboundSnat, IWithProbe, IWithProtocol, IWithProtocol(Of IUpdate, TransportProtocol)
- Implémente
-
IWithBackendPort<IUpdate> IWithFloatingIP<IUpdate> IWithFrontend<IUpdate> IWithFrontendPort<IUpdate> IWithProtocol<IUpdate,TransportProtocol> IWithBackendPort IWithFloatingIP IWithFrontend IWithFrontendPort IWithIdleTimeoutInMinutes IWithLoadDistribution IWithOutboundSnat IWithProbe IWithProtocol ISettable<IUpdate>
Méthodes
FromFrontend(String) |
Spécifie le serveur frontal. (Hérité de IWithFrontend<ReturnT>) |
FromFrontendPort(Int32) |
Spécifie le port frontal sur lequel recevoir le trafic réseau. (Hérité de IWithFrontendPort<ReturnT>) |
Parent() |
Intégralité d’une mise à jour de règle d’équilibrage de charge dans le cadre d’une mise à jour de l’équilibreur de charge. (Hérité de ISettable<ParentT>) |
ToBackendPort(Int32) |
Spécifie un port principal vers lequel envoyer le trafic réseau. (Hérité de IWithBackendPort<ReturnT>) |
WithDisableOutboundSnat(Boolean) |
Configure SNAT pour les machines virtuelles dans le pool principal afin d’utiliser l’adresse IP publique spécifiée dans le front-end de la règle d’équilibrage de charge. (Hérité de IWithOutboundSnat) |
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) |
WithLoadDistribution(LoadDistribution) |
Spécifie le mode de distribution de charge. (Hérité de IWithLoadDistribution) |
WithoutProbe() |
Supprime toute association avec une sonde et revient au mécanisme de sondage par défaut d’Azure. (Hérité de IWithProbe) |
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) |
WithProtocol(ProtocolT) |
Spécifie le protocole de transport. (Hérité de IWithProtocol<ReturnT,ProtocolT>) |
S’applique à
Azure SDK for .NET