Share via


OrganizationOperations Interface

public interface OrganizationOperations

Resource collection API of OrganizationOperations.

Method Summary

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

List all operations provided by Microsoft.Confluent.

abstract PagedIterable<OperationResult> list(Context context)

List all operations provided by Microsoft.Confluent.

Method Details

list

public abstract PagedIterable<OperationResult> list()

List all operations provided by Microsoft.Confluent.

Returns:

result of GET request to list Confluent operations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<OperationResult> list(Context context)

List all operations provided by Microsoft.Confluent.

Parameters:

context - The context to associate with this operation.

Returns:

result of GET request to list Confluent operations as paginated response with PagedIterable<T>.

Applies to