Compartilhar via


ApplicationGatewayListResult Class

Response for ListApplicationGateways API service call.

Inheritance
azure.mgmt.network._serialization.Model
ApplicationGatewayListResult

Constructor

ApplicationGatewayListResult(*, value: List[_models.ApplicationGateway] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

List of an application gateways in a resource group.

next_link
str

URL to get the next set of results.

Variables

Name Description
value

List of an application gateways in a resource group.

next_link
str

URL to get the next set of results.