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 PagedIterable<Operation> list()

List the operations for Azure Container Instance service.

abstract PagedIterable<Operation> list(Context context)

List the operations for Azure Container Instance service.

abstract PagedFlux<Operation> listAsync()

List the operations for Azure Container Instance service.

Method Details

list

public abstract PagedIterable list()

List the operations for Azure Container Instance service.

Returns:

the operation list response that contains all operations for Azure Container Instance service as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

List the operations for Azure Container Instance service.

Parameters:

context - The context to associate with this operation.

Returns:

the operation list response that contains all operations for Azure Container Instance service as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync()

List the operations for Azure Container Instance service.

Returns:

the operation list response that contains all operations for Azure Container Instance service as paginated response with PagedFlux<T>.

Applies to