PrivateEndpointConnectionListResult interface
List of private endpoint connections.
Properties
| next |
The URL to get the next set of private endpoint connections. |
| value | The list of private endpoint connections. |
Property Details
nextLink
The URL to get the next set of private endpoint connections.
nextLink?: undefined | string
Property Value
undefined | string
value
The list of private endpoint connections.
value?: PrivateEndpointConnection[]