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 du pool NAT entrant 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.LoadBalancerInboundNatPool.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasFrontend.Update.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate>, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithBackendPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.Update.IWithFrontendPortRange, Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatPool.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 IWithProtocol
interface IWithProtocol<IUpdate, TransportProtocol>
interface IWithFrontend
interface IWithFrontend<IUpdate>
interface IWithBackendPort
interface IWithBackendPort<IUpdate>
interface IWithFrontendPortRange
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackendPort, IWithBackendPort(Of IUpdate), IWithFrontend, IWithFrontend(Of IUpdate), IWithFrontendPortRange, IWithProtocol, IWithProtocol(Of IUpdate, TransportProtocol)
- Implémente
Méthodes
FromFrontend(String) |
Spécifie le serveur frontal. (Hérité de IWithFrontend<ReturnT>) |
FromFrontendPortRange(Int32, Int32) |
Spécifie la plage de ports front-end. (Hérité de IWithFrontendPortRange) |
Parent() |
L’intégralité d’une mise à jour du pool NAT entrant 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>) |
WithProtocol(ProtocolT) |
Spécifie le protocole de transport. (Hérité de IWithProtocol<ReturnT,ProtocolT>) |
S’applique à
Azure SDK for .NET