ApplicationGatewayBackendHttpSettingsInner Constructors

Definition

Overloads

ApplicationGatewayBackendHttpSettingsInner()

Initializes a new instance of the ApplicationGatewayBackendHttpSettingsInner class.

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)

Initializes a new instance of the ApplicationGatewayBackendHttpSettingsInner class.

ApplicationGatewayBackendHttpSettingsInner()

Initializes a new instance of the ApplicationGatewayBackendHttpSettingsInner class.

public ApplicationGatewayBackendHttpSettingsInner ();
Public Sub New ()

Applies to

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)

Initializes a new instance of the ApplicationGatewayBackendHttpSettingsInner class.

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)

Parameters

id
String
port
Nullable<Int32>

The destination port on the backend.

protocol
ApplicationGatewayProtocol

The protocol used to communicate with the backend. Possible values include: 'Http', 'Https'

cookieBasedAffinity
ApplicationGatewayCookieBasedAffinity

Cookie based affinity. Possible values include: 'Enabled', 'Disabled'

requestTimeout
Nullable<Int32>

Request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds.

probe
SubResource

Probe resource of an application gateway.

authenticationCertificates
IList<SubResource>

Array of references to application gateway authentication certificates.

trustedRootCertificates
IList<SubResource>

Array of references to application gateway trusted root certificates.

connectionDraining
ApplicationGatewayConnectionDraining

Connection draining of the backend http settings resource.

hostName
String

Host header to be sent to the backend servers.

pickHostNameFromBackendAddress
Nullable<Boolean>

Whether to pick host header should be picked from the host name of the backend server. Default value is false.

affinityCookieName
String

Cookie name to use for the affinity cookie.

probeEnabled
Nullable<Boolean>

Whether the probe is enabled. Default value is false.

path
String

Path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null.

provisioningState
ProvisioningState

The provisioning state of the backend HTTP settings resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

Name of the backend http settings that is unique within an Application Gateway.

etag
String

A unique read-only string that changes whenever the resource is updated.

type
String

Type of the resource.

Applies to