PrivateLinkResourcesListResult interface
Result of the List private link resources operation.
Properties
next |
A link for the next page of private link resources. |
value | A collection of private link resources |
Property Details
nextLink
A link for the next page of private link resources.
nextLink?: string
Property Value
string
value
A collection of private link resources
value?: PrivateLinkResource[]