PrivateEndpointConnectionListResult interface
Response containing a list of Private Endpoint connections.
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. NOTE: This property will not be serialized. It can only be populated by the server. |
value | The list of Private Endpoint connections. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
The list of Private Endpoint connections. NOTE: This property will not be serialized. It can only be populated by the server.
value?: PrivateEndpointConnection[]