IncidentComments interface

IncidentComments を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, string, IncidentComment, IncidentCommentsCreateOrUpdateOptionalParams)

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

delete(string, string, string, string, IncidentCommentsDeleteOptionalParams)

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

get(string, string, string, string, IncidentCommentsGetOptionalParams)

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

list(string, string, string, IncidentCommentsListOptionalParams)

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

メソッドの詳細

createOrUpdate(string, string, string, string, IncidentComment, IncidentCommentsCreateOrUpdateOptionalParams)

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

function createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams): Promise<IncidentComment>

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

incidentCommentId

string

インシデント コメント ID

incidentComment
IncidentComment

事件コメント

options
IncidentCommentsCreateOrUpdateOptionalParams

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

戻り値

Promise<IncidentComment>

delete(string, string, string, string, IncidentCommentsDeleteOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

incidentCommentId

string

インシデント コメント ID

options
IncidentCommentsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, string, IncidentCommentsGetOptionalParams)

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

function get(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams): Promise<IncidentComment>

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

incidentCommentId

string

インシデント コメント ID

options
IncidentCommentsGetOptionalParams

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

戻り値

Promise<IncidentComment>

list(string, string, string, IncidentCommentsListOptionalParams)

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

function list(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams): PagedAsyncIterableIterator<IncidentComment, IncidentComment[], PageSettings>

パラメーター

resourceGroupName

string

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

workspaceName

string

ワークスペースの名前。

incidentId

string

インシデント ID

options
IncidentCommentsListOptionalParams

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

戻り値