SharedPrivateLinkResourceListResult interface
Response containing a list of Shared Private Link Resources.
Properties
next |
The URL to get the next set of shared private link resources, if there are any. |
value | The list of Shared Private Link Resources. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
The URL to get the next set of shared private link resources, if there are any.
nextLink?: string
Property Value
string
value
The list of Shared Private Link Resources. NOTE: This property will not be serialized. It can only be populated by the server.
value?: SharedPrivateLinkResource[]