共用方式為


AvailableEndpointServicesClient Interface

public interface AvailableEndpointServicesClient

An instance of this class provides access to all the operations defined in AvailableEndpointServicesClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<EndpointServiceResultInner> list(String location)

List what values of endpoint services are available for use.

abstract PagedIterable<EndpointServiceResultInner> list(String location, Context context)

List what values of endpoint services are available for use.

abstract PagedFlux<EndpointServiceResultInner> listAsync(String location)

List what values of endpoint services are available for use.

Method Details

list

public abstract PagedIterable<EndpointServiceResultInner> list(String location)

List what values of endpoint services are available for use.

Parameters:

location - The location to check available endpoint services.

Returns:

response for the ListAvailableEndpointServices API service call as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<EndpointServiceResultInner> list(String location, Context context)

List what values of endpoint services are available for use.

Parameters:

location - The location to check available endpoint services.
context - The context to associate with this operation.

Returns:

response for the ListAvailableEndpointServices API service call as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<EndpointServiceResultInner> listAsync(String location)

List what values of endpoint services are available for use.

Parameters:

location - The location to check available endpoint services.

Returns:

response for the ListAvailableEndpointServices API service call as paginated response with PagedFlux<T>.

Applies to