OperationsClient Interface

public interface OperationsClient

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

Method Summary

Modifier and Type Method and Description
abstract com.azure.core.http.rest.PagedIterable<OperationDetailInner> list()

Lists all of the available REST API operations of the Microsoft.AppPlatform provider.

abstract com.azure.core.http.rest.PagedIterable<OperationDetailInner> list(Context context)

Lists all of the available REST API operations of the Microsoft.AppPlatform provider.

abstract com.azure.core.http.rest.PagedFlux<OperationDetailInner> listAsync()

Lists all of the available REST API operations of the Microsoft.AppPlatform provider.

Method Details

list

public abstract PagedIterable<OperationDetailInner> list()

Lists all of the available REST API operations of the Microsoft.AppPlatform provider.

Returns:

available operations of the service as paginated response with PagedIterable.

list

public abstract PagedIterable<OperationDetailInner> list(Context context)

Lists all of the available REST API operations of the Microsoft.AppPlatform provider.

Parameters:

context - The context to associate with this operation.

Returns:

available operations of the service as paginated response with PagedIterable.

listAsync

public abstract PagedFlux<OperationDetailInner> listAsync()

Lists all of the available REST API operations of the Microsoft.AppPlatform provider.

Returns:

available operations of the service as paginated response with PagedFlux.

Applies to