ToolsOperations interface
Interface representing a Tools operations.
Properties
| create |
Create a Tool |
| delete | |
| get | Get a Tool |
| list |
List Tool resources by resource group |
| list |
List Tool resources by subscription ID |
| update | Update a Tool |
Property Details
createOrUpdate
Create a Tool
createOrUpdate: (resourceGroupName: string, toolName: string, resource: Tool, options?: ToolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Tool>, Tool>
Property Value
(resourceGroupName: string, toolName: string, resource: Tool, options?: ToolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Tool>, Tool>
delete
delete: (resourceGroupName: string, toolName: string, options?: ToolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, toolName: string, options?: ToolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a Tool
get: (resourceGroupName: string, toolName: string, options?: ToolsGetOptionalParams) => Promise<Tool>
Property Value
(resourceGroupName: string, toolName: string, options?: ToolsGetOptionalParams) => Promise<Tool>
listByResourceGroup
List Tool resources by resource group
listByResourceGroup: (resourceGroupName: string, options?: ToolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Tool, Tool[], PageSettings>
Property Value
(resourceGroupName: string, options?: ToolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Tool, Tool[], PageSettings>
listBySubscription
List Tool resources by subscription ID
listBySubscription: (options?: ToolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Tool, Tool[], PageSettings>
Property Value
(options?: ToolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Tool, Tool[], PageSettings>
update
Update a Tool
update: (resourceGroupName: string, toolName: string, properties: ToolUpdate, options?: ToolsUpdateOptionalParams) => PollerLike<OperationState<Tool>, Tool>
Property Value
(resourceGroupName: string, toolName: string, properties: ToolUpdate, options?: ToolsUpdateOptionalParams) => PollerLike<OperationState<Tool>, Tool>