IncidentTasksOperations interface
Interface représentant une opération IncidentTasks.
Propriétés
| create |
Crée ou met à jour la tâche d’incident. |
| delete | Supprimez la tâche d’incident. |
| get | Obtient une tâche d’incident. |
| list | Obtient toutes les tâches d’incident. |
Détails de la propriété
createOrUpdate
Crée ou met à jour la tâche d’incident.
createOrUpdate: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, incidentTask: IncidentTask, options?: IncidentTasksCreateOrUpdateOptionalParams) => Promise<IncidentTask>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, incidentTask: IncidentTask, options?: IncidentTasksCreateOrUpdateOptionalParams) => Promise<IncidentTask>
delete
Supprimez la tâche d’incident.
delete: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksDeleteOptionalParams) => Promise<void>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksDeleteOptionalParams) => Promise<void>
get
Obtient une tâche d’incident.
get: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksGetOptionalParams) => Promise<IncidentTask>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksGetOptionalParams) => Promise<IncidentTask>
list
Obtient toutes les tâches d’incident.
list: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentTasksListOptionalParams) => PagedAsyncIterableIterator<IncidentTask, IncidentTask[], PageSettings>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentTasksListOptionalParams) => PagedAsyncIterableIterator<IncidentTask, IncidentTask[], PageSettings>