Freigeben über


IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung einer Load Balancer-Ausgangsregel als Teil eines Lastenausgleichsupdates.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithBackend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithIdleTimeout, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithTcpReset, 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, LoadBalancerOutboundRuleProtocol>
    interface IWithBackend
    interface IWithFrontend
    interface IWithIdleTimeout
    interface IWithTcpReset
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackend, IWithFrontend, IWithIdleTimeout, IWithProtocol, IWithProtocol(Of IUpdate, LoadBalancerOutboundRuleProtocol), IWithTcpReset
Implementiert

Methoden

FromBackend(String)

Gibt einen Back-End-Pool in diesem Lastenausgleich für ausgehenden Datenverkehr an.

(Geerbt von IWithBackend)
Parent()

Die gesamte Aktualisierung einer Load Balancer-Ausgangsregel als Teil eines Lastenausgleichsupdates.

(Geerbt von ISettable<ParentT>)
ToFrontend(String)

Gibt das Front-End auf diesem Lastenausgleich für ausgehenden Datenverkehr an.

(Geerbt von IWithFrontend)
ToFrontends(String[])

Gibt die Front-Ends in diesem Lastenausgleich für ausgehenden Datenverkehr an.

(Geerbt von IWithFrontend)
WithEnableTcpReset(Boolean)

Gibt das bidirektionale TCP-Zurücksetzungstimeout für den TCP-Fluss im Leerlauf oder das unerwartete Beenden der Verbindung an. Dieses Element wird nur verwendet, wenn das Protokoll auf TCP festgelegt ist.

(Geerbt von IWithTcpReset)
WithIdleTimeoutInMinutes(Int32)

Gibt das Timeout für die TCP-Verbindung im Leerlauf an.

(Geerbt von IWithIdleTimeout)
WithProtocol(ProtocolT)

Gibt das Transportprotokoll an.

(Geerbt von IWithProtocol<ReturnT,ProtocolT>)

Gilt für: