Create a ServiceTasks.
Reference to the service client.
The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. This method cancels a service task if it's currently queued or running.
Name of the resource group
Name of the service
Name of the Task
Promise<Models.ServiceTasksCancelResponse>
Name of the resource group
Name of the service
Name of the Task
The callback
Name of the resource group
Name of the service
Name of the Task
The optional parameters
The callback
The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PUT method creates a new service task or updates an existing one, although since service 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 Task
Promise<Models.ServiceTasksCreateOrUpdateResponse>
Information about the task
Name of the resource group
Name of the service
Name of the Task
The callback
Information about the task
Name of the resource group
Name of the service
Name of the Task
The optional parameters
The callback
The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The DELETE method deletes a service task, canceling it first if it's running.
Name of the resource group
Name of the service
Name of the Task
Promise<msRest.RestResponse>
Name of the resource group
Name of the service
Name of the Task
The callback
Name of the resource group
Name of the service
Name of the Task
The optional parameters
The callback
The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a service task.
Name of the resource group
Name of the service
Name of the Task
Promise<Models.ServiceTasksGetResponse>
Name of the resource group
Name of the service
Name of the Task
The callback
Name of the resource group
Name of the service
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 service level 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
Promise<Models.ServiceTasksListResponse>
Name of the resource group
Name of the service
The callback
Name of the resource group
Name of the service
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 service level 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.ServiceTasksListNextResponse>
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 service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PATCH method updates an existing service task, but since service 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 Task
Promise<Models.ServiceTasksUpdateResponse>
Information about the task
Name of the resource group
Name of the service
Name of the Task
The callback
Information about the task
Name of the resource group
Name of the service
Name of the Task
The optional parameters
The callback
Generated using TypeDoc
Class representing a ServiceTasks.