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

Lists operations for the resource provider.

abstract PagedIterable<ResourceProviderOperationDefinitionInner> list(Context context)

Lists operations for the resource provider.

Method Details

list

public abstract PagedIterable list()

Lists operations for the resource provider.

Lists all the supported operations by the Microsoft.DevSpaces resource provider along with their description.

Returns:

the paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Lists operations for the resource provider.

Lists all the supported operations by the Microsoft.DevSpaces resource provider along with their description.

Parameters:

context - The context to associate with this operation.

Returns:

the paginated response with PagedIterable<T>.

Applies to