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[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript