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
Paged |
list(String location)
List what values of endpoint services are available for use. |
abstract
Paged |
list(String location, Context context)
List what values of endpoint services are available for use. |
abstract
Paged |
listAsync(String location)
List what values of endpoint services are available for use. |
Method Details
list
public abstract PagedIterable
List what values of endpoint services are available for use.
Parameters:
Returns:
list
public abstract PagedIterable
List what values of endpoint services are available for use.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List what values of endpoint services are available for use.
Parameters:
Returns:
Applies to
Azure SDK for Java