Delen via


Incidents interface

Interface die een incidenten vertegenwoordigt.

Methoden

createOrUpdate(string, string, string, Incident, IncidentsCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u het incident bij.

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.

delete(string, string, string, IncidentsDeleteOptionalParams)

Verwijder het incident.

get(string, string, string, IncidentsGetOptionalParams)

Hiermee haalt u een incident op.

list(string, string, IncidentsListOptionalParams)

Haalt alle incidenten op.

listAlerts(string, string, string, IncidentsListAlertsOptionalParams)

Hiermee haalt u alle incidentwaarschuwingen op.

listBookmarks(string, string, string, IncidentsListBookmarksOptionalParams)

Hiermee haalt u alle incidentbladwijzers op.

listEntities(string, string, string, IncidentsListEntitiesOptionalParams)

Haalt alle incidentgerelateerde entiteiten op.

runPlaybook(string, string, string, IncidentsRunPlaybookOptionalParams)

Playbook triggers voor een specifiek incident

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

options
IncidentsCreateOrUpdateOptionalParams

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

options
IncidentsCreateTeamOptionalParams

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

options
IncidentsListAlertsOptionalParams

De optiesparameters.

Retouren

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

options
IncidentsListBookmarksOptionalParams

De optiesparameters.

Retouren

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

options
IncidentsListEntitiesOptionalParams

De optiesparameters.

Retouren

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

options
IncidentsRunPlaybookOptionalParams

De optiesparameters.

Retouren