PrivateEndpointConnectionList interface
Paged list of private endpoint connections
Properties
count | Total item count. |
next |
The Url of next result page. |
value | Collection of items of type results. |
Property Details
count
Total item count.
count?: number
Property Value
number
nextLink
The Url of next result page.
nextLink?: string
Property Value
string
value
Collection of items of type results.
value: PrivateEndpointConnection[]