ApplicationGatewayFrontendPort Class
Frontend port of an application gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_08_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, **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.
Variables
- provisioning_state
- str or ProvisioningState
The provisioning state of the frontend port resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for