ApplicationGatewayBackendHttpSettings Class

Backend address pool settings of an application gateway.

Inheritance
azure.mgmt.network.v2015_06_15.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, 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, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource Identifier.

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.

port
int

Port.

protocol
str or ApplicationGatewayProtocol

Protocol. Possible values are: 'Http' and 'Https'. Possible values include: "Http", "Https".

cookie_based_affinity
str or ApplicationGatewayCookieBasedAffinity

Cookie based affinity. Possible values are: 'Enabled' and 'Disabled'. 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.

provisioning_state
str

Gets or sets Provisioning state of the backend http settings resource Updating/Deleting/Failed.