QuotaOperationsClient Interface

public interface QuotaOperationsClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<OperationResponseInner> list()

List the operations for the provider.

abstract PagedIterable<OperationResponseInner> list(Context context)

List the operations for the provider.

Method Details

list

public abstract PagedIterable<OperationResponseInner> list()

List the operations for the provider.

Returns:

the paginated list of connected cluster API operations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OperationResponseInner> list(Context context)

List the operations for the provider.

Parameters:

context - The context to associate with this operation.

Returns:

the paginated list of connected cluster API operations as paginated response with PagedIterable<T>.

Applies to