ApplicationGatewayPrivateEndpointConnectionListResult interface
Response for ListApplicationGatewayPrivateEndpointConnection API service call. Gets all private endpoint connections for an application gateway.
Properties
next |
URL to get the next set of results. |
value | List of private endpoint connections on an application gateway. |
Property Details
nextLink
URL to get the next set of results.
nextLink?: string
Property Value
string
value
List of private endpoint connections on an application gateway.
value?: ApplicationGatewayPrivateEndpointConnection[]