ApplicationGatewayBackendHttpSettings Class

Backend address pool settings of an application gateway.

Inheritance
azure.mgmt.network.v2017_10_01.models._models_py3.SubResource
ApplicationGatewayBackendHttpSettings

Constructor

ApplicationGatewayBackendHttpSettings(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, type: typing.Union[str, NoneType] = None, port: typing.Union[int, NoneType] = None, protocol: typing.Union[str, _ForwardRef('ApplicationGatewayProtocol'), NoneType] = None, cookie_based_affinity: typing.Union[str, _ForwardRef('ApplicationGatewayCookieBasedAffinity'), NoneType] = None, request_timeout: typing.Union[int, NoneType] = None, probe: typing.Union[_ForwardRef('SubResource'), NoneType] = None, authentication_certificates: typing.Union[typing.List[_ForwardRef('SubResource')], NoneType] = None, connection_draining: typing.Union[_ForwardRef('ApplicationGatewayConnectionDraining'), NoneType] = None, host_name: typing.Union[str, NoneType] = None, pick_host_name_from_backend_address: typing.Union[bool, NoneType] = None, affinity_cookie_name: typing.Union[str, NoneType] = None, probe_enabled: typing.Union[bool, NoneType] = None, path: typing.Union[str, NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

Name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
str

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

type
str

Type of the resource.

port
int

Port.

protocol
str or ApplicationGatewayProtocol

Protocol. Possible values include: "Http", "Https".

cookie_based_affinity
str or ApplicationGatewayCookieBasedAffinity

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

request_timeout
int

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.

authentication_certificates
list[SubResource]

Array of references to application gateway authentication certificates.

connection_draining
ApplicationGatewayConnectionDraining

Connection draining of the backend http settings resource.

host_name
str

Host header to be sent to the backend servers.

pick_host_name_from_backend_address
bool

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

affinity_cookie_name
str

Cookie name to use for the affinity cookie.

probe_enabled
bool

Whether the probe is enabled. Default value is false.

path
str

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

provisioning_state
str

Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.