IncidentCommentsOperations interface
Interface représentant une opération IncidentCommentaires.
Propriétés
| create |
Crée ou met à jour un commentaire pour un incident donné. |
| delete | Supprime un commentaire pour un incident donné. |
| get | Obtient un commentaire d’incident. |
| list | Obtient tous les commentaires pour un incident donné. |
Détails de la propriété
createOrUpdate
Crée ou met à jour un commentaire pour un incident donné.
createOrUpdate: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams) => Promise<IncidentComment>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams) => Promise<IncidentComment>
delete
Supprime un commentaire pour un incident donné.
delete: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsDeleteOptionalParams) => Promise<void>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsDeleteOptionalParams) => Promise<void>
get
Obtient un commentaire d’incident.
get: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams) => Promise<IncidentComment>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams) => Promise<IncidentComment>
list
Obtient tous les commentaires pour un incident donné.
list: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams) => PagedAsyncIterableIterator<IncidentComment, IncidentComment[], PageSettings>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams) => PagedAsyncIterableIterator<IncidentComment, IncidentComment[], PageSettings>