Show / Hide Table of Contents

Class ApplicationGatewayBackendHttpSetting

Inheritance
System.Object
ApplicationGatewayBackendHttpSetting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayBackendHttpSetting

Fields

View Source

AffinityCookieName

The name of the affinity cookie.

Declaration
public readonly string AffinityCookieName
Field Value
Type Description
System.String
View Source

AuthenticationCertificates

One or more authentication_certificate blocks.

Declaration
public readonly ImmutableArray<ApplicationGatewayBackendHttpSettingAuthenticationCertificate> AuthenticationCertificates
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ApplicationGatewayBackendHttpSettingAuthenticationCertificate>
View Source

ConnectionDraining

A connection_draining block as defined below.

Declaration
public readonly ApplicationGatewayBackendHttpSettingConnectionDraining ConnectionDraining
Field Value
Type Description
ApplicationGatewayBackendHttpSettingConnectionDraining
View Source

CookieBasedAffinity

Is Cookie-Based Affinity enabled? Possible values are Enabled and Disabled.

Declaration
public readonly string CookieBasedAffinity
Field Value
Type Description
System.String
View Source

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
View Source

Id

The ID of the Rewrite Rule Set

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The name of the Backend HTTP Settings Collection.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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
View Source

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>
View Source

Port

The port which should be used for this Backend HTTP Settings Collection.

Declaration
public readonly int Port
Field Value
Type Description
System.Int32
View Source

ProbeId

The ID of the associated Probe.

Declaration
public readonly string ProbeId
Field Value
Type Description
System.String
View Source

ProbeName

The name of an associated HTTP Probe.

Declaration
public readonly string ProbeName
Field Value
Type Description
System.String
View Source

Protocol

The Protocol which should be used. Possible values are Http and Https.

Declaration
public readonly string Protocol
Field Value
Type Description
System.String
View Source

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>
View Source

TrustedRootCertificateNames

A list of trusted_root_certificate names.

Declaration
public readonly ImmutableArray<string> TrustedRootCertificateNames
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.