Incidents interface
Interface die een incidenten vertegenwoordigt.
Methoden
Methodedetails
createOrUpdate(string, string, string, Incident, IncidentsCreateOrUpdateOptionalParams)
Hiermee maakt of werkt u het incident bij.
function createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incident: Incident, options?: IncidentsCreateOrUpdateOptionalParams): Promise<Incident>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
- incident
- Incident
Het incident
De optiesparameters.
Retouren
Promise<Incident>
createTeam(string, string, string, TeamProperties, IncidentsCreateTeamOptionalParams)
Hiermee maakt u een Microsoft-team om het incident te onderzoeken door informatie en inzichten tussen deelnemers te delen.
function createTeam(resourceGroupName: string, workspaceName: string, incidentId: string, teamProperties: TeamProperties, options?: IncidentsCreateTeamOptionalParams): Promise<TeamInformation>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
- teamProperties
- TeamProperties
Team eigenschappen
De optiesparameters.
Retouren
Promise<TeamInformation>
delete(string, string, string, IncidentsDeleteOptionalParams)
Verwijder het incident.
function delete(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
- options
- IncidentsDeleteOptionalParams
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, IncidentsGetOptionalParams)
Hiermee haalt u een incident op.
function get(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsGetOptionalParams): Promise<Incident>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
- options
- IncidentsGetOptionalParams
De optiesparameters.
Retouren
Promise<Incident>
list(string, string, IncidentsListOptionalParams)
Haalt alle incidenten op.
function list(resourceGroupName: string, workspaceName: string, options?: IncidentsListOptionalParams): PagedAsyncIterableIterator<Incident, Incident[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- options
- IncidentsListOptionalParams
De optiesparameters.
Retouren
listAlerts(string, string, string, IncidentsListAlertsOptionalParams)
Hiermee haalt u alle incidentwaarschuwingen op.
function listAlerts(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListAlertsOptionalParams): Promise<IncidentAlertList>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
De optiesparameters.
Retouren
Promise<IncidentAlertList>
listBookmarks(string, string, string, IncidentsListBookmarksOptionalParams)
Hiermee haalt u alle incidentbladwijzers op.
function listBookmarks(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListBookmarksOptionalParams): Promise<IncidentBookmarkList>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
De optiesparameters.
Retouren
Promise<IncidentBookmarkList>
listEntities(string, string, string, IncidentsListEntitiesOptionalParams)
Haalt alle incidentgerelateerde entiteiten op.
function listEntities(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListEntitiesOptionalParams): Promise<IncidentEntitiesResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
De optiesparameters.
Retouren
Promise<IncidentEntitiesResponse>
runPlaybook(string, string, string, IncidentsRunPlaybookOptionalParams)
Playbook triggers voor een specifiek incident
function runPlaybook(resourceGroupName: string, workspaceName: string, incidentIdentifier: string, options?: IncidentsRunPlaybookOptionalParams): Promise<IncidentsRunPlaybookResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentIdentifier
-
string
De optiesparameters.
Retouren
Promise<IncidentsRunPlaybookResponse>