ApplicationGatewayFrontendPort Class
Frontend port of an application gateway.
- Inheritance
-
azure.mgmt.network.v2019_06_01.models._models_py3.SubResourceApplicationGatewayFrontendPort
Constructor
ApplicationGatewayFrontendPort(*, 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, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the frontend port that is unique within an Application Gateway.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- port
- int
Frontend port.
- provisioning_state
- str
Provisioning state of the frontend port resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Feedback
Submit and view feedback for