Partager via


ApplicationGatewayBackendHttpSettingsInner Constructeurs

Définition

Surcharges

ApplicationGatewayBackendHttpSettingsInner()

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHttpSettingsInner.

ApplicationGatewayBackendHttpSettingsInner(String, Nullable<Int32>, ApplicationGatewayProtocol, ApplicationGatewayCookieBasedAffinity, Nullable<Int32>, SubResource, IList<SubResource>, IList<SubResource>, ApplicationGatewayConnectionDraining, String, Nullable<Boolean>, String, Nullable<Boolean>, String, ProvisioningState, String, String, String)

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHttpSettingsInner.

ApplicationGatewayBackendHttpSettingsInner()

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHttpSettingsInner.

public ApplicationGatewayBackendHttpSettingsInner ();
Public Sub New ()

S’applique à

ApplicationGatewayBackendHttpSettingsInner(String, Nullable<Int32>, ApplicationGatewayProtocol, ApplicationGatewayCookieBasedAffinity, Nullable<Int32>, SubResource, IList<SubResource>, IList<SubResource>, ApplicationGatewayConnectionDraining, String, Nullable<Boolean>, String, Nullable<Boolean>, String, ProvisioningState, String, String, String)

Initialise une nouvelle instance de la classe ApplicationGatewayBackendHttpSettingsInner.

public ApplicationGatewayBackendHttpSettingsInner (string id = default, int? port = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol protocol = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayCookieBasedAffinity cookieBasedAffinity = default, int? requestTimeout = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource probe = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> authenticationCertificates = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> trustedRootCertificates = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayConnectionDraining connectionDraining = default, string hostName = default, bool? pickHostNameFromBackendAddress = default, string affinityCookieName = default, bool? probeEnabled = default, string path = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHttpSettingsInner : string * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayCookieBasedAffinity * Nullable<int> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayConnectionDraining * string * Nullable<bool> * string * Nullable<bool> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHttpSettingsInner
Public Sub New (Optional id As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional protocol As ApplicationGatewayProtocol = Nothing, Optional cookieBasedAffinity As ApplicationGatewayCookieBasedAffinity = Nothing, Optional requestTimeout As Nullable(Of Integer) = Nothing, Optional probe As SubResource = Nothing, Optional authenticationCertificates As IList(Of SubResource) = Nothing, Optional trustedRootCertificates As IList(Of SubResource) = Nothing, Optional connectionDraining As ApplicationGatewayConnectionDraining = Nothing, Optional hostName As String = Nothing, Optional pickHostNameFromBackendAddress As Nullable(Of Boolean) = Nothing, Optional affinityCookieName As String = Nothing, Optional probeEnabled As Nullable(Of Boolean) = Nothing, Optional path As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Paramètres

id
String
port
Nullable<Int32>

Port de destination sur le back-end.

protocol
ApplicationGatewayProtocol

Protocole utilisé pour communiquer avec le back-end. Les valeurs possibles sont les suivantes : « Http », « Https »

cookieBasedAffinity
ApplicationGatewayCookieBasedAffinity

Affinité basée sur les cookies. Les valeurs possibles sont les suivantes : 'Enabled', 'Disabled'

requestTimeout
Nullable<Int32>

Délai d’expiration de la demande en secondes. Application Gateway échouera si la réponse n’est pas reçue dans RequestTimeout. Les valeurs acceptables sont comprises entre 1 seconde et 86 400 secondes.

probe
SubResource

Ressource de sonde d’une passerelle d’application.

authenticationCertificates
IList<SubResource>

Tableau de références aux certificats d’authentification application gateway.

trustedRootCertificates
IList<SubResource>

Tableau de références aux certificats racines approuvés de la passerelle d’application.

connectionDraining
ApplicationGatewayConnectionDraining

Vidage de la connexion de la ressource de paramètres http back-end.

hostName
String

En-tête de l’hôte à envoyer aux serveurs principaux.

pickHostNameFromBackendAddress
Nullable<Boolean>

Le choix de l’en-tête de l’hôte doit être choisi à partir du nom d’hôte du serveur principal. La valeur par défaut est false.

affinityCookieName
String

Nom du cookie à utiliser pour le cookie d’affinité.

probeEnabled
Nullable<Boolean>

Indique si la sonde est activée. La valeur par défaut est false.

path
String

Chemin qui doit être utilisé comme préfixe pour toutes les requêtes HTTP. Null signifie qu’aucun chemin d’accès ne sera préfixé. La valeur par défaut est null.

provisioningState
ProvisioningState

État d’approvisionnement de la ressource de paramètres HTTP back-end. Les valeurs possibles sont les suivantes : « Réussi », « Mise à jour », « Suppression », « Échec »

name
String

Nom des paramètres http back-end uniques au sein d’un Application Gateway.

etag
String

Chaîne unique en lecture seule qui change chaque fois que la ressource est mise à jour.

type
String

Type de la ressource.

S’applique à