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.
L’intégralité d’une mise à jour de règle NAT entrante 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.LoadBalancerInboundNatRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFloatingIP.Update.IWithFloatingIP<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontend.Update.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontendPort.Update.IWithFrontendPort<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IWithBackendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IWithFloatingIP, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IWithFrontendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IWithIdleTimeout, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.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 IWithBackendPort
interface IWithBackendPort<IUpdate>
interface IWithFloatingIP
interface IWithFloatingIP<IUpdate>
interface IWithFrontend
interface IWithFrontend<IUpdate>
interface IWithFrontendPort
interface IWithFrontendPort<IUpdate>
interface IWithIdleTimeout
interface IWithProtocol
interface IWithProtocol<IUpdate, TransportProtocol>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackendPort, IWithBackendPort(Of IUpdate), IWithFloatingIP, IWithFloatingIP(Of IUpdate), IWithFrontend, IWithFrontend(Of IUpdate), IWithFrontendPort, IWithFrontendPort(Of IUpdate), IWithIdleTimeout, IWithProtocol, IWithProtocol(Of IUpdate, TransportProtocol)
- Implémente
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() |
L’intégralité d’une mise à jour de règle NAT entrante 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>) |
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 délai d’expiration de la connexion inactive en minutes. (Hérité de IWithIdleTimeout) |
WithProtocol(ProtocolT) |
Spécifie le protocole de transport. (Hérité de IWithProtocol<ReturnT,ProtocolT>) |
S’applique à
Azure SDK for .NET