Condividi tramite


Operations Interface

public interface Operations

Resource collection API of Operations.

Method Summary

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

Lists operations for the resource provider.

abstract PagedIterable<ResourceProviderOperationDefinition> list(Context context)

Lists operations for the resource provider.

Method Details

list

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