IApplicationGatewayBackendHttpConfiguration Schnittstelle

Definition

Eine clientseitige Darstellung der BACK-END-HTTP-Konfiguration eines Anwendungsgateways.

public interface IApplicationGatewayBackendHttpConfiguration : Microsoft.Azure.Management.Network.Fluent.IApplicationGatewayBackendHttpConfigurationBeta, Microsoft.Azure.Management.Network.Fluent.IHasPort, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHttpSettingsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayBackendHttpConfiguration = interface
    interface IHasInner<ApplicationGatewayBackendHttpSettingsInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
    interface IHasProtocol<ApplicationGatewayProtocol>
    interface IHasPort
    interface IApplicationGatewayBackendHttpConfigurationBeta
    interface IBeta
Public Interface IApplicationGatewayBackendHttpConfiguration
Implements IApplicationGatewayBackendHttpConfigurationBeta, IBeta, IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayBackendHttpSettingsInner), IHasParent(Of IApplicationGateway), IHasPort, IHasProtocol(Of ApplicationGatewayProtocol)
Implementiert

Eigenschaften

AffinityCookieName

Ruft den Namen ab, der für das Affinitätscookie verwendet wird.

(Geerbt von IApplicationGatewayBackendHttpConfigurationBeta)
AuthenticationCertificates

Ruft Authentifizierungszertifikate ab, die dieser HTTPS-Back-End-Konfiguration zugeordnet sind.

(Geerbt von IApplicationGatewayBackendHttpConfigurationBeta)
ConnectionDrainingTimeoutInSeconds

Ruft ab, wenn 0 und dann die Verbindungsentwässerung nicht aktiviert ist, andernfalls zwischen 1 und 3600 die Anzahl der Sekunden, wenn die Verbindungsentwässerung aktiv ist.

(Geerbt von IApplicationGatewayBackendHttpConfigurationBeta)
CookieBasedAffinity

Ruft true ab, wenn cookiebasierte Affinität (Sticky Sessions) aktiviert ist, andernfalls false.

HostHeader

Ruft den Hostheader ab, der an die Back-End-Server gesendet werden soll.

(Geerbt von IApplicationGatewayBackendHttpConfigurationBeta)
Inner

Eine clientseitige Darstellung der BACK-END-HTTP-Konfiguration eines Anwendungsgateways.

(Geerbt von IHasInner<T>)
IsHostHeaderFromBackend

Ruft ab, ob der Hostheader vom Hostnamen des Back-End-Servers stammen soll.

(Geerbt von IApplicationGatewayBackendHttpConfigurationBeta)
IsProbeEnabled

Ruft true ab, wenn der Test aktiviert ist.

(Geerbt von IApplicationGatewayBackendHttpConfigurationBeta)
Key

Eine clientseitige Darstellung der BACK-END-HTTP-Konfiguration eines Anwendungsgateways.

(Geerbt von IIndexable)
Name

Ruft den Namen der Ressource ab.

(Geerbt von IHasName)
Parent

Ruft das übergeordnete Element dieser untergeordneten Ressource ab.

(Geerbt von IHasParent<ParentT>)
Path

Ruft den Pfad ab, falls vorhanden, der als Präfix für alle HTTP-Anforderungen verwendet wird.

(Geerbt von IApplicationGatewayBackendHttpConfigurationBeta)
Port

Ruft die Portnummer ab.

(Geerbt von IHasPort)
Probe

Ruft den Test ab, der diesem Back-End zugeordnet ist.

Protocol

Ruft das Protokoll ab.

(Geerbt von IHasProtocol<ProtocolT>)
RequestTimeout

Ruft das HTTP-Anforderungstimeout in Sekunden ab. Anforderungen schlagen fehl, wenn innerhalb der angegebenen Zeit keine Antwort empfangen wird.

Gilt für: