IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung eines Application Gateway-Back-End-HTTPS-Konfigurationsupdates im Rahmen eines Application Gateway-Updates.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithAffinity, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithAuthenticationCertificate, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithConnectionDraining, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithCookieName, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithHostHeader, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithPath, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithPort, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithProbe, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithRequestTimeout, Microsoft.Azure.Management.Network.Fluent.HasPort.Update.IWithPort<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithPort
    interface IWithPort<IUpdate>
    interface IWithAffinity
    interface IWithProtocol
    interface IWithProtocolBeta
    interface IBeta
    interface IWithRequestTimeout
    interface IWithProbe
    interface IWithHostHeader
    interface IWithHostHeaderBeta
    interface IWithConnectionDraining
    interface IWithConnectionDrainingBeta
    interface IWithCookieName
    interface IWithCookieNameBeta
    interface IWithPath
    interface IWithPathBeta
    interface IWithAuthenticationCertificate
    interface IWithAuthenticationCertificateBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithAffinity, IWithAuthenticationCertificate, IWithConnectionDraining, IWithCookieName, IWithHostHeader, IWithPath, IWithPort, IWithPort(Of IUpdate), IWithProbe, IWithProtocol, IWithRequestTimeout
Implementiert

Methoden

Parent()

Die gesamte Aktualisierung eines Application Gateway-Back-End-HTTPS-Konfigurationsupdates im Rahmen eines Application Gateway-Updates.

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

Gibt den Namen für das Affinitätscookie an.

(Geerbt von IWithCookieNameBeta)
WithAuthenticationCertificate(String)

Ordnet das angegebene Authentifizierungszertifikat, das auf diesem Anwendungsgateway vorhanden ist, dieser HTTP-Back-End-Konfifuration zu. Mehrere Aufrufe dieser Methode fügen zusätzliche Zertifikatverweise hinzu.

(Geerbt von IWithAuthenticationCertificateBeta)
WithAuthenticationCertificateFromBase64(String)

Ordnet dieser HTTP-Back-End-Konfiguration, die aus der angegebenen Datei geladen wurde, ein neues automatisch benanntes Zertifikat zu. Mehrere Aufrufe dieser Methode fügen zusätzliche Zertifikatverweise hinzu.

(Geerbt von IWithAuthenticationCertificateBeta)
WithAuthenticationCertificateFromBytes(Byte[])

Ordnet dieser HTTP-Back-End-Konfiguration basierend auf den angegebenen Daten ein neues automatisch benanntes Zertifikat zu. Mehrere Aufrufe dieser Methode fügen zusätzliche Zertifikatverweise hinzu.

(Geerbt von IWithAuthenticationCertificateBeta)
WithAuthenticationCertificateFromFile(FileInfo)

Ordnet dieser HTTP-Back-End-Konfiguration, die aus der angegebenen Datei geladen wurde, ein neues automatisch benanntes Zertifikat zu.

(Geerbt von IWithAuthenticationCertificateBeta)
WithConnectionDrainingTimeoutInSeconds(Int32)

Gibt die Anzahl von Sekunden an, wenn die Verbindungsentwässerung aktiv ist.

(Geerbt von IWithConnectionDrainingBeta)
WithCookieBasedAffinity()

Aktiviert cookiebasierte Affinität.

(Geerbt von IWithAffinity)
WithHostHeader(String)

Gibt den Hostheader an.

(Geerbt von IWithHostHeaderBeta)
WithHostHeaderFromBackend()

Gibt an, dass der Hostheader vom Hostnamen des Back-End-Servers stammen soll.

(Geerbt von IWithHostHeaderBeta)
WithHttp()

Gibt HTTP als Protokoll an.

(Geerbt von IWithProtocolBeta)
WithHttps()

Gibt HTTPS als Protokoll an.

(Geerbt von IWithProtocolBeta)
WithoutAuthenticationCertificate(String)

Entfernt den Verweis auf das angegebene Authentifizierungszertifikat aus dieser HTTP-Back-End-Konfiguration. Beachten Sie, dass das Zertifikat dem Anwendungsgateway zugeordnet bleibt, bis es explizit entfernt wird.

(Geerbt von IWithAuthenticationCertificateBeta)
WithoutAuthenticationCertificates()

Entfernt alle Verweise auf alle Authentifizierungszertifikate.

(Geerbt von IWithAuthenticationCertificateBeta)
WithoutConnectionDraining()

Deaktiviert die Verbindungsentwässerung.

(Geerbt von IWithConnectionDrainingBeta)
WithoutCookieBasedAffinity()

Deaktiviert cookiebasierte Affinität.

(Geerbt von IWithAffinity)
WithoutHostHeader()

Gibt an, dass kein Hostheader verwendet werden soll.

(Geerbt von IWithHostHeaderBeta)
WithoutProbe()

Entfernt die Zuordnung zu einem Test.

(Geerbt von IWithProbe)
WithPath(String)

Gibt das Pfadpräfix für alle HTTP-Anforderungen an.

(Geerbt von IWithPathBeta)
WithPort(Int32)

Gibt die Portnummer an.

(Geerbt von IWithPort<ReturnT>)
WithProbe(String)

Gibt einen vorhandenen Test für dieses Anwendungsgateway an, der diesem Back-End zugeordnet werden soll. Wenn der Test mit dem angegebenen Namen noch nicht vorhanden ist, muss er separat im optionalen Teil der Anwendungsgatewaydefinition definiert werden. Dadurch wird nur ein Verweis auf den Test nach seinem Namen hinzugefügt.

(Geerbt von IWithProbe)
WithProtocol(ApplicationGatewayProtocol)

Gibt das Transportprotokoll an.

(Geerbt von IWithProtocol)
WithRequestTimeout(Int32)

Gibt das Anforderungstimeout an.

(Geerbt von IWithRequestTimeout)

Gilt für: