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