你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TasksOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for TasksOperations
public static class TasksOperationsExtensions
type TasksOperationsExtensions = class
Public Module TasksOperationsExtensions
- Inheritance
-
TasksOperationsExtensions
Methods
Cancel(ITasksOperations, String, String, String, String) |
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. |
CancelAsync(ITasksOperations, String, String, String, String, CancellationToken) |
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. |
Command(ITasksOperations, String, String, String, String, CommandProperties) |
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. |
CommandAsync(ITasksOperations, String, String, String, String, CommandProperties, CancellationToken) |
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. |
CreateOrUpdate(ITasksOperations, String, String, String, String, ProjectTask) |
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. |
CreateOrUpdateAsync(ITasksOperations, String, String, String, String, ProjectTask, CancellationToken) |
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. |
Delete(ITasksOperations, String, String, String, String, Nullable<Boolean>) |
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. |
DeleteAsync(ITasksOperations, String, String, String, String, Nullable<Boolean>, CancellationToken) |
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. |
Get(ITasksOperations, String, String, String, String, String) |
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. |
GetAsync(ITasksOperations, String, String, String, String, String, CancellationToken) |
The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. |
List(ITasksOperations, String, String, String, String) |
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. |
ListAsync(ITasksOperations, String, String, String, String, CancellationToken) |
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. |
ListNext(ITasksOperations, String) |
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. |
ListNextAsync(ITasksOperations, String, CancellationToken) |
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. |
Update(ITasksOperations, String, String, String, String, ProjectTask) |
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. |
UpdateAsync(ITasksOperations, String, String, String, String, ProjectTask, CancellationToken) |
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. |