Compartilhar via


ApplicationGatewayPrivateEndpointConnectionListResult Class

Response for ListApplicationGatewayPrivateEndpointConnection API service call. Gets all private endpoint connections for an application gateway.

Inheritance
azure.mgmt.network._serialization.Model
ApplicationGatewayPrivateEndpointConnectionListResult

Constructor

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

Keyword-Only Parameters

Name Description
value

List of private endpoint connections on an application gateway.

next_link
str

URL to get the next set of results.

Variables

Name Description
value

List of private endpoint connections on an application gateway.

next_link
str

URL to get the next set of results.