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.models._models_py3.SubResourceApplicationGatewayFrontendPort
Constructor
ApplicationGatewayFrontendPort(*, id: str | None = None, name: str | None = None, port: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the frontend port that is unique within an Application Gateway. |
port
|
Frontend port. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Name of the frontend port that is unique within an Application Gateway. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Type of the resource. |
port
|
Frontend port. |
provisioning_state
|
The provisioning state of the frontend port resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python