ApplicationGatewayPrivateEndpointConnectionListResult Class

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

Inheritance
ApplicationGatewayPrivateEndpointConnectionListResult

Constructor

ApplicationGatewayPrivateEndpointConnectionListResult(*, value: typing.Union[typing.List[_ForwardRef('ApplicationGatewayPrivateEndpointConnection')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)

Parameters

value
list[ApplicationGatewayPrivateEndpointConnection]

List of private endpoint connections on an application gateway.

next_link
str

URL to get the next set of results.