SharedPrivateLinkResourceList interface
A list of shared private link resources
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 shared private link resources |
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 shared private link resources
value?: SharedPrivateLinkResource[]