PrivateEndpointConnectionListResult interface
A list of private link resources
Properties
next |
The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. |
value | Array of private endpoint connections |
Property Details
nextLink
The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots.
nextLink?: string
Property Value
string
value
Array of private endpoint connections
value?: PrivateEndpointConnection[]