PrivateEndpointConnectionListResult interface
Result of the list of all private endpoint connections operation.
Properties
next |
A link for the next page of private endpoint connection resources. |
value | A collection of private endpoint connection resources. |
Property Details
nextLink
A link for the next page of private endpoint connection resources.
nextLink?: string
Property Value
string
value
A collection of private endpoint connection resources.
value?: PrivateEndpointConnection[]