IncidentCommentsOperations interface
Interfaccia che rappresenta un'operazione IncidentComments.
Proprietà
| create |
Crea o aggiorna un commento per un determinato evento imprevisto. |
| delete | Elimina un commento per un determinato evento imprevisto. |
| get | Ottiene un commento per un evento imprevisto. |
| list | Ottiene tutti i commenti per un determinato evento imprevisto. |
Dettagli proprietà
createOrUpdate
Crea o aggiorna un commento per un determinato evento imprevisto.
createOrUpdate: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams) => Promise<IncidentComment>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams) => Promise<IncidentComment>
delete
Elimina un commento per un determinato evento imprevisto.
delete: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsDeleteOptionalParams) => Promise<void>
get
Ottiene un commento per un evento imprevisto.
get: (resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams) => Promise<IncidentComment>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams) => Promise<IncidentComment>
list
Ottiene tutti i commenti per un determinato evento imprevisto.
list: (resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams) => PagedAsyncIterableIterator<IncidentComment, IncidentComment[], PageSettings>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams) => PagedAsyncIterableIterator<IncidentComment, IncidentComment[], PageSettings>