Share via


OrganizationOperationsClient Interface

public interface OrganizationOperationsClient

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

Method Summary

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

List all operations provided by Microsoft.Confluent.

abstract PagedIterable<OperationResultInner> list(Context context)

List all operations provided by Microsoft.Confluent.

Method Details

list

public abstract PagedIterable<OperationResultInner> 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<OperationResultInner> 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