IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung einer eingehenden NAT-Regel als Teil eines Lastenausgleichsupdates.

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

Methoden

FromFrontend(String)

Gibt das Front-End an.

(Geerbt von IWithFrontend<ReturnT>)
FromFrontendPort(Int32)

Gibt den Front-End-Port an, an dem Netzwerkdatenverkehr empfangen werden soll.

(Geerbt von IWithFrontendPort<ReturnT>)
Parent()

Die gesamte Aktualisierung einer eingehenden NAT-Regel 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>)
WithFloatingIP(Boolean)

Legt die Aktivierung der unverankerten IP-Adresse fest.

(Geerbt von IWithFloatingIP<ReturnT>)
WithFloatingIPDisabled()

Deaktiviert die Unterstützung für unverankerte IP-Adressen.

(Geerbt von IWithFloatingIP<ReturnT>)
WithFloatingIPEnabled()

Aktiviert die Unterstützung für gleitende IP-Adressen.

(Geerbt von IWithFloatingIP<ReturnT>)
WithIdleTimeoutInMinutes(Int32)

Gibt das Leerlauftimeout der Verbindung in Minuten an.

(Geerbt von IWithIdleTimeout)
WithProtocol(ProtocolT)

Gibt das Transportprotokoll an.

(Geerbt von IWithProtocol<ReturnT,ProtocolT>)

Gilt für: