IApplicationGatewayBackendHttpConfiguration Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représentation côté client de la configuration HTTP principale d’une passerelle d’application.
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)
- Implémente
Propriétés
AffinityCookieName |
Obtient le nom utilisé pour le cookie d’affinité. (Hérité de IApplicationGatewayBackendHttpConfigurationBeta) |
AuthenticationCertificates |
Obtient les certificats d’authentification associés à cette configuration HTTPS principale. (Hérité de IApplicationGatewayBackendHttpConfigurationBeta) |
ConnectionDrainingTimeoutInSeconds |
Obtient si 0, le vidage de connexion n’est pas activé, sinon si entre 1 et 3600, le nombre de secondes pendant lesquelles la vidange de connexion est active. (Hérité de IApplicationGatewayBackendHttpConfigurationBeta) |
CookieBasedAffinity |
Obtient true si l’affinité basée sur les cookies (sessions collantes) est activée, sinon false. |
HostHeader |
Obtient l’en-tête de l’hôte à envoyer aux serveurs principaux. (Hérité de IApplicationGatewayBackendHttpConfigurationBeta) |
Inner |
Représentation côté client de la configuration HTTP principale d’une passerelle d’application. (Hérité de IHasInner<T>) |
IsHostHeaderFromBackend |
Obtient si l’en-tête de l’hôte doit provenir du nom d’hôte du serveur principal. (Hérité de IApplicationGatewayBackendHttpConfigurationBeta) |
IsProbeEnabled |
Obtient true si la sonde est activée. (Hérité de IApplicationGatewayBackendHttpConfigurationBeta) |
Key |
Représentation côté client de la configuration HTTP principale d’une passerelle d’application. (Hérité de IIndexable) |
Name |
Obtient le nom de la ressource (Hérité de IHasName) |
Parent |
Obtient le parent de cette ressource enfant. (Hérité de IHasParent<ParentT>) |
Path |
Obtient le chemin d’accès, le cas échéant, utilisé comme préfixe pour toutes les requêtes HTTP. (Hérité de IApplicationGatewayBackendHttpConfigurationBeta) |
Port |
Obtient le numéro de port. (Hérité de IHasPort) |
Probe |
Obtient la sonde associée à ce back-end. |
Protocol |
Obtient le protocole. (Hérité de IHasProtocol<ProtocolT>) |
RequestTimeout |
Obtient le délai d’expiration de la requête HTTP en secondes. Les demandes échouent si aucune réponse n’est reçue dans le délai spécifié. |
S’applique à
Azure SDK for .NET