Class ApplicationGatewayBackendHttpSetting
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayBackendHttpSetting
Fields
View SourceAffinityCookieName
The name of the affinity cookie.
Declaration
public readonly string AffinityCookieName
Field Value
| Type | Description |
|---|---|
| System.String |
AuthenticationCertificates
One or more authentication_certificate blocks.
Declaration
public readonly ImmutableArray<ApplicationGatewayBackendHttpSettingAuthenticationCertificate> AuthenticationCertificates
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ApplicationGatewayBackendHttpSettingAuthenticationCertificate> |
ConnectionDraining
A connection_draining block as defined below.
Declaration
public readonly ApplicationGatewayBackendHttpSettingConnectionDraining ConnectionDraining
Field Value
| Type | Description |
|---|---|
| ApplicationGatewayBackendHttpSettingConnectionDraining |
CookieBasedAffinity
Is Cookie-Based Affinity enabled? Possible values are Enabled and Disabled.
Declaration
public readonly string CookieBasedAffinity
Field Value
| Type | Description |
|---|---|
| System.String |
HostName
Host header to be sent to the backend servers. Cannot be set if pick_host_name_from_backend_address is set to true.
Declaration
public readonly string HostName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the Rewrite Rule Set
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the Backend HTTP Settings Collection.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Path
The Path which should be used as a prefix for all HTTP requests.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
PickHostNameFromBackendAddress
Whether host header should be picked from the host name of the backend server. Defaults to false.
Declaration
public readonly bool? PickHostNameFromBackendAddress
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Port
The port which should be used for this Backend HTTP Settings Collection.
Declaration
public readonly int Port
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ProbeId
The ID of the associated Probe.
Declaration
public readonly string ProbeId
Field Value
| Type | Description |
|---|---|
| System.String |
ProbeName
The name of an associated HTTP Probe.
Declaration
public readonly string ProbeName
Field Value
| Type | Description |
|---|---|
| System.String |
Protocol
The Protocol which should be used. Possible values are Http and Https.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |
RequestTimeout
The request timeout in seconds, which must be between 1 and 86400 seconds.
Declaration
public readonly int? RequestTimeout
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TrustedRootCertificateNames
A list of trusted_root_certificate names.
Declaration
public readonly ImmutableArray<string> TrustedRootCertificateNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |