IncidentCommentsOperations interface
Schnittstelle stellt eine IncidentComments-Operation dar.
Eigenschaften
| create |
Erstellt oder aktualisiert einen Kommentar für einen bestimmten Vorfall. |
| delete | Löscht einen Kommentar zu einem bestimmten Vorfall. |
| get | Ruft einen Vorfallkommentar ab. |
| list | Ruft alle Kommentare zu einem bestimmten Vorfall ab. |
Details zur Eigenschaft
createOrUpdate
Erstellt oder aktualisiert einen Kommentar für einen bestimmten Vorfall.
createOrUpdate: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams) => Promise<IncidentComment>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams) => Promise<IncidentComment>
delete
Löscht einen Kommentar zu einem bestimmten Vorfall.
delete: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsDeleteOptionalParams) => Promise<void>
get
Ruft einen Vorfallkommentar ab.
get: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams) => Promise<IncidentComment>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams) => Promise<IncidentComment>
list
Ruft alle Kommentare zu einem bestimmten Vorfall ab.
list: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams) => PagedAsyncIterableIterator<IncidentComment, IncidentComment[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams) => PagedAsyncIterableIterator<IncidentComment, IncidentComment[], PageSettings>