Udostępnij za pośrednictwem


TasksOperationsExtensions.List Method

Definition

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.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataMigration.Models.ProjectTask> List (this Microsoft.Azure.Management.DataMigration.ITasksOperations operations, string groupName, string serviceName, string projectName, string taskType = default);
static member List : Microsoft.Azure.Management.DataMigration.ITasksOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataMigration.Models.ProjectTask>
<Extension()>
Public Function List (operations As ITasksOperations, groupName As String, serviceName As String, projectName As String, Optional taskType As String = Nothing) As IPage(Of ProjectTask)

Parameters

operations
ITasksOperations

The operations group for this extension method.

groupName
String

Name of the resource group

serviceName
String

Name of the service

projectName
String

Name of the project

taskType
String

Filter tasks by task type

Returns

Applies to