Incidents interface

インシデントを表すインターフェイス。

メソッド

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

インシデントを作成または更新します。

createTeam(string, string, string, TeamProperties, IncidentsCreateTeamOptionalParams)

参加者間で情報と分析情報を共有することで、インシデントを調査する Microsoft チームを作成します。

delete(string, string, string, IncidentsDeleteOptionalParams)

インシデントを削除します。

get(string, string, string, IncidentsGetOptionalParams)

インシデントを取得します。

list(string, string, IncidentsListOptionalParams)

すべてのインシデントを取得します。

listAlerts(string, string, string, IncidentsListAlertsOptionalParams)

すべてのインシデント アラートを取得します。

listBookmarks(string, string, string, IncidentsListBookmarksOptionalParams)

すべてのインシデント ブックマークを取得します。

listEntities(string, string, string, IncidentsListEntitiesOptionalParams)

インシデント関連のすべてのエンティティを取得します。

runPlaybook(string, string, string, IncidentsRunPlaybookOptionalParams)

特定のインシデントに対するプレイブックをトリガーする

メソッドの詳細

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

インシデントを作成または更新します。

function createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incident: Incident, options?: IncidentsCreateOrUpdateOptionalParams): Promise<Incident>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

incident
Incident

事件

options
IncidentsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Incident>

createTeam(string, string, string, TeamProperties, IncidentsCreateTeamOptionalParams)

参加者間で情報と分析情報を共有することで、インシデントを調査する Microsoft チームを作成します。

function createTeam(resourceGroupName: string, workspaceName: string, incidentId: string, teamProperties: TeamProperties, options?: IncidentsCreateTeamOptionalParams): Promise<TeamInformation>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

teamProperties
TeamProperties

チームのプロパティ

options
IncidentsCreateTeamOptionalParams

オプション パラメーター。

戻り値

Promise<TeamInformation>

delete(string, string, string, IncidentsDeleteOptionalParams)

インシデントを削除します。

function delete(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

options
IncidentsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, IncidentsGetOptionalParams)

インシデントを取得します。

function get(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsGetOptionalParams): Promise<Incident>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

options
IncidentsGetOptionalParams

オプション パラメーター。

戻り値

Promise<Incident>

list(string, string, IncidentsListOptionalParams)

すべてのインシデントを取得します。

function list(resourceGroupName: string, workspaceName: string, options?: IncidentsListOptionalParams): PagedAsyncIterableIterator<Incident, Incident[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

options
IncidentsListOptionalParams

オプション パラメーター。

戻り値

listAlerts(string, string, string, IncidentsListAlertsOptionalParams)

すべてのインシデント アラートを取得します。

function listAlerts(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListAlertsOptionalParams): Promise<IncidentAlertList>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

options
IncidentsListAlertsOptionalParams

オプション パラメーター。

戻り値

listBookmarks(string, string, string, IncidentsListBookmarksOptionalParams)

すべてのインシデント ブックマークを取得します。

function listBookmarks(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListBookmarksOptionalParams): Promise<IncidentBookmarkList>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

options
IncidentsListBookmarksOptionalParams

オプション パラメーター。

戻り値

listEntities(string, string, string, IncidentsListEntitiesOptionalParams)

インシデント関連のすべてのエンティティを取得します。

function listEntities(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentsListEntitiesOptionalParams): Promise<IncidentEntitiesResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

options
IncidentsListEntitiesOptionalParams

オプション パラメーター。

戻り値

runPlaybook(string, string, string, IncidentsRunPlaybookOptionalParams)

特定のインシデントに対するプレイブックをトリガーする

function runPlaybook(resourceGroupName: string, workspaceName: string, incidentIdentifier: string, options?: IncidentsRunPlaybookOptionalParams): Promise<IncidentsRunPlaybookResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

workspaceName

string

ワークスペースの名前。

incidentIdentifier

string

options
IncidentsRunPlaybookOptionalParams

オプション パラメーター。

戻り値