IncidentTasksOperations interface
Interface representing a IncidentTasks operations.
Properties
| create |
Creates or updates the incident task. |
| delete | Delete the incident task. |
| get | Gets an incident task. |
| list | Gets all incident tasks. |
Property Details
createOrUpdate
Creates or updates the incident task.
createOrUpdate: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, incidentTask: IncidentTask, options?: IncidentTasksCreateOrUpdateOptionalParams) => Promise<IncidentTask>
Property Value
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, incidentTask: IncidentTask, options?: IncidentTasksCreateOrUpdateOptionalParams) => Promise<IncidentTask>
delete
Delete the incident task.
delete: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksDeleteOptionalParams) => Promise<void>
get
Gets an incident task.
get: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksGetOptionalParams) => Promise<IncidentTask>
Property Value
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentTaskId: string, options?: IncidentTasksGetOptionalParams) => Promise<IncidentTask>
list
Gets all incident tasks.
list: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentTasksListOptionalParams) => PagedAsyncIterableIterator<IncidentTask, IncidentTask[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentTasksListOptionalParams) => PagedAsyncIterableIterator<IncidentTask, IncidentTask[], PageSettings>