IncidentsOperations interface
Schnittstelle stellt die Operationen eines Vorfalls dar.
Eigenschaften
| create |
Erstellt oder aktualisiert einen Incident. |
| delete | Löscht einen bestimmten Vorfall. |
| get | Ruft einen bestimmten Vorfall ab. |
| list | Ruft alle Vorfälle ab. |
| list |
Ruft alle Warnungen für einen Vorfall ab. |
| list |
Ruft alle Lesezeichen für einen Vorfall ab. |
| list |
Ruft alle Entitäten für einen Vorfall ab. |
| run |
Löst playbook für einen bestimmten Vorfall aus |
Details zur Eigenschaft
createOrUpdate
Erstellt oder aktualisiert einen Incident.
createOrUpdate: (resourceGroupName: string, workspaceName: string, incidentId: string, incident: Incident, options?: IncidentsCreateOrUpdateOptionalParams) => Promise<Incident>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, incident: Incident, options?: IncidentsCreateOrUpdateOptionalParams) => Promise<Incident>
delete
Löscht einen bestimmten Vorfall.
delete: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsDeleteOptionalParams) => Promise<void>
get
Ruft einen bestimmten Vorfall ab.
get: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsGetOptionalParams) => Promise<Incident>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsGetOptionalParams) => Promise<Incident>
list
Ruft alle Vorfälle ab.
list: (resourceGroupName: string, workspaceName: string, options?: IncidentsListOptionalParams) => PagedAsyncIterableIterator<Incident, Incident[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: IncidentsListOptionalParams) => PagedAsyncIterableIterator<Incident, Incident[], PageSettings>
listAlerts
Ruft alle Warnungen für einen Vorfall ab.
listAlerts: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListAlertsOptionalParams) => Promise<IncidentAlertList>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListAlertsOptionalParams) => Promise<IncidentAlertList>
listBookmarks
Ruft alle Lesezeichen für einen Vorfall ab.
listBookmarks: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListBookmarksOptionalParams) => Promise<IncidentBookmarkList>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListBookmarksOptionalParams) => Promise<IncidentBookmarkList>
listEntities
Ruft alle Entitäten für einen Vorfall ab.
listEntities: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListEntitiesOptionalParams) => Promise<IncidentEntitiesResponse>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListEntitiesOptionalParams) => Promise<IncidentEntitiesResponse>
runPlaybook
Löst playbook für einen bestimmten Vorfall aus
runPlaybook: (resourceGroupName: string, workspaceName: string, incidentIdentifier: string, options?: IncidentsRunPlaybookOptionalParams) => Promise<IncidentsRunPlaybookResponse>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentIdentifier: string, options?: IncidentsRunPlaybookOptionalParams) => Promise<IncidentsRunPlaybookResponse>