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<OperationInner> list()

Lists available operations for the Microsoft.ManagedIdentity provider.

abstract PagedIterable<OperationInner> list(Context context)

Lists available operations for the Microsoft.ManagedIdentity provider.

abstract PagedFlux<OperationInner> listAsync()

Lists available operations for the Microsoft.ManagedIdentity provider.

Method Details

list

public abstract PagedIterable list()

Lists available operations for the Microsoft.ManagedIdentity provider.

Returns:

operations List as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Lists available operations for the Microsoft.ManagedIdentity provider.

Parameters:

context - The context to associate with this operation.

Returns:

operations List as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync()

Lists available operations for the Microsoft.ManagedIdentity provider.

Returns:

operations List as paginated response with PagedFlux<T>.

Applies to