Share via


EndpointServicesListResultOutput interface

Response for the ListAvailableEndpointServices API service call.

Properties

nextLink

The URL to get the next set of results.

value

List of available endpoint services in a region.

Property Details

The URL to get the next set of results.

nextLink?: string

Property Value

string

value

List of available endpoint services in a region.

value?: EndpointServiceResultOutput[]

Property Value