Create a Tasks.
Reference to the service client.
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. This method cancels a task if it's currently queued or running.
Name of the resource group
Name of the service
Name of the project
Name of the Task
Promise<Models.TasksCancelResponse>
Name of the resource group
Name of the service
Name of the project
Name of the Task
The callback
Name of the resource group
Name of the service
Name of the project
Name of the Task
The optional parameters
The callback
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. This method executes a command on a running task.
Name of the resource group
Name of the service
Name of the project
Name of the Task
Command to execute
Promise<Models.TasksCommandResponse>
Name of the resource group
Name of the service
Name of the project
Name of the Task
Command to execute
The callback
Name of the resource group
Name of the service
Name of the project
Name of the Task
Command to execute
The optional parameters
The callback
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PUT method creates a new task or updates an existing one, although since tasks have no mutable custom properties, there is little reason to update an existing one.
Information about the task
Name of the resource group
Name of the service
Name of the project
Name of the Task
Promise<Models.TasksCreateOrUpdateResponse>
Information about the task
Name of the resource group
Name of the service
Name of the project
Name of the Task
The callback
Information about the task
Name of the resource group
Name of the service
Name of the project
Name of the Task
The optional parameters
The callback
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The DELETE method deletes a task, canceling it first if it's running.
Name of the resource group
Name of the service
Name of the project
Name of the Task
Promise<msRest.RestResponse>
Name of the resource group
Name of the service
Name of the project
Name of the Task
The callback
Name of the resource group
Name of the service
Name of the project
Name of the Task
The optional parameters
The callback
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task.
Name of the resource group
Name of the service
Name of the project
Name of the Task
Promise<Models.TasksGetResponse>
Name of the resource group
Name of the service
Name of the project
Name of the Task
The callback
Name of the resource group
Name of the service
Name of the project
Name of the Task
The optional parameters
The callback
The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of tasks owned by a service resource. Some tasks may have a status of Unknown, which indicates that an error occurred while querying the status of that task.
Name of the resource group
Name of the service
Name of the project
Promise<Models.TasksListResponse>
Name of the resource group
Name of the service
Name of the project
The callback
Name of the resource group
Name of the service
Name of the project
The optional parameters
The callback
The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of tasks owned by a service resource. Some tasks may have a status of Unknown, which indicates that an error occurred while querying the status of that task.
The NextLink from the previous successful call to List operation.
Promise<Models.TasksListNextResponse>
The NextLink from the previous successful call to List operation.
The callback
The NextLink from the previous successful call to List operation.
The optional parameters
The callback
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PATCH method updates an existing task, but since tasks have no mutable custom properties, there is little reason to do so.
Information about the task
Name of the resource group
Name of the service
Name of the project
Name of the Task
Promise<Models.TasksUpdateResponse>
Information about the task
Name of the resource group
Name of the service
Name of the project
Name of the Task
The callback
Information about the task
Name of the resource group
Name of the service
Name of the project
Name of the Task
The optional parameters
The callback
Generated using TypeDoc
Class representing a Tasks.