Operations Interface
public interface Operations
Resource collection API of Operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list()
Lists operations for the resource provider. |
|
abstract
Paged |
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:
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:
Returns: