Compartir a través de


ApplicationGatewayFrontendPort Class

Frontend port of an application gateway.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

ApplicationGatewayFrontendPort(*, id: str | None = None, name: str | None = None, port: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

Default value: None
name
str

Name of the frontend port that is unique within an Application Gateway.

Default value: None
port
int

Frontend port.

Default value: None

Variables

Name Description
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

The provisioning state of the frontend port resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".