ListPrivateEndpointConnectionsResult interface
Values returned by the List operation.
Properties
next |
The continuation token. |
value | The collection of returned private endpoint connection. |
Property Details
nextLink
The continuation token.
nextLink?: string
Property Value
string
value
The collection of returned private endpoint connection.
value?: PrivateEndpointConnection[]