مشاركة عبر


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

معرف الحادث

incidentCommentId

string

معرف تعليق الحادث

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

معرف الحادث

incidentCommentId

string

معرف تعليق الحادث

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

معرف الحادث

incidentCommentId

string

معرف تعليق الحادث

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

معرف الحادث

options
IncidentCommentsListOptionalParams

معلمات الخيارات.

المرتجعات