EndpointServicesListResult interface
Response for the ListAvailableEndpointServices API service call.
Properties
next |
The URL to get the next set of results. |
value | List of available endpoint services in a region. |
Property Details
nextLink
The URL to get the next set of results.
nextLink?: string
Property Value
string
value
List of available endpoint services in a region.
value?: EndpointServiceResult[]