IncidentTasksOperations interface

Schnittstelle stellt die Operationen von IncidentTasks dar.

Eigenschaften

createOrUpdate

Erstellt oder aktualisiert die Vorfallaufgabe.

delete

Löschen Sie die Vorfallaufgabe.

get

Ruft eine Vorfallaufgabe ab.

list

Ruft alle Vorfallaufgaben ab.

Details zur Eigenschaft

createOrUpdate

Erstellt oder aktualisiert die Vorfallaufgabe.

createOrUpdate: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, incidentTask: IncidentTask, options?: IncidentTasksCreateOrUpdateOptionalParams) => Promise<IncidentTask>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, incidentTask: IncidentTask, options?: IncidentTasksCreateOrUpdateOptionalParams) => Promise<IncidentTask>

delete

Löschen Sie die Vorfallaufgabe.

delete: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksDeleteOptionalParams) => Promise<void>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksDeleteOptionalParams) => Promise<void>

get

Ruft eine Vorfallaufgabe ab.

get: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksGetOptionalParams) => Promise<IncidentTask>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksGetOptionalParams) => Promise<IncidentTask>

list

Ruft alle Vorfallaufgaben ab.

list: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentTasksListOptionalParams) => PagedAsyncIterableIterator<IncidentTask, IncidentTask[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentTasksListOptionalParams) => PagedAsyncIterableIterator<IncidentTask, IncidentTask[], PageSettings>