ApplicationGatewayFrontendPort Class

Frontend port of an application gateway.

Inheritance
azure.mgmt.network.v2017_03_01.models._models_py3.SubResource
ApplicationGatewayFrontendPort

Constructor

ApplicationGatewayFrontendPort(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, port: typing.Union[int, 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.

port
int

Frontend port.

provisioning_state
str

Provisioning state of the frontend port resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.