PrivateEndpointConnectionList interface
A list of private endpoint connections
Properties
next |
Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. |
value | The list of the private endpoint connections |
Property Details
nextLink
Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.
nextLink?: string
Property Value
string
value
The list of the private endpoint connections
value?: PrivateEndpointConnection[]