Partager via


Tasks interface

Interface représentant un objet Tasks.

Méthodes

getByWorkspace(string, string, string, TasksGetByWorkspaceOptionalParams)

Retourne une tâche dans l’espace de travail donné.

Détails de la méthode

getByWorkspace(string, string, string, TasksGetByWorkspaceOptionalParams)

Retourne une tâche dans l’espace de travail donné.

function getByWorkspace(resourceGroupName: string, workspaceName: string, taskId: string, options?: TasksGetByWorkspaceOptionalParams): Promise<TaskResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

taskId

string

ID de la tâche.

options
TasksGetByWorkspaceOptionalParams

Paramètres d’options.

Retours

Promise<TaskResource>