IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung eines eingehenden NAT-Pools als Teil eines Lastenausgleichsupdates.

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)
Implementiert

Methoden

FromFrontend(String)

Gibt das Front-End an.

(Geerbt von IWithFrontend<ReturnT>)
FromFrontendPortRange(Int32, Int32)

Gibt den Front-End-Portbereich an.

(Geerbt von IWithFrontendPortRange)
Parent()

Die gesamte Aktualisierung eines eingehenden NAT-Pools als Teil eines Lastenausgleichsupdates.

(Geerbt von ISettable<ParentT>)
ToBackendPort(Int32)

Gibt einen Back-End-Port an, an den Netzwerkdatenverkehr gesendet werden soll.

(Geerbt von IWithBackendPort<ReturnT>)
WithProtocol(ProtocolT)

Gibt das Transportprotokoll an.

(Geerbt von IWithProtocol<ReturnT,ProtocolT>)

Gilt für: