IncidentComments interface
Interfaz que representa un IncidentComments.
Métodos
| create |
Crea o actualiza el comentario del incidente. |
| delete(string, string, string, string, Incident |
Elimine el comentario del incidente. |
| get(string, string, string, string, Incident |
Obtiene un comentario de incidente. |
| list(string, string, string, Incident |
Obtiene todos los comentarios de incidentes. |
Detalles del método
createOrUpdate(string, string, string, string, IncidentComment, IncidentCommentsCreateOrUpdateOptionalParams)
Crea o actualiza el comentario del incidente.
function createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams): Promise<IncidentComment>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- workspaceName
-
string
Nombre del área de trabajo.
- incidentId
-
string
Id. de incidente
- incidentCommentId
-
string
Identificador de comentario del incidente
- incidentComment
- IncidentComment
El comentario del incidente
Parámetros de opciones.
Devoluciones
Promise<IncidentComment>
delete(string, string, string, string, IncidentCommentsDeleteOptionalParams)
Elimine el comentario del incidente.
function delete(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsDeleteOptionalParams): Promise<void>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- workspaceName
-
string
Nombre del área de trabajo.
- incidentId
-
string
Id. de incidente
- incidentCommentId
-
string
Identificador de comentario del incidente
Parámetros de opciones.
Devoluciones
Promise<void>
get(string, string, string, string, IncidentCommentsGetOptionalParams)
Obtiene un comentario de incidente.
function get(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams): Promise<IncidentComment>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- workspaceName
-
string
Nombre del área de trabajo.
- incidentId
-
string
Id. de incidente
- incidentCommentId
-
string
Identificador de comentario del incidente
Parámetros de opciones.
Devoluciones
Promise<IncidentComment>
list(string, string, string, IncidentCommentsListOptionalParams)
Obtiene todos los comentarios de incidentes.
function list(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams): PagedAsyncIterableIterator<IncidentComment, IncidentComment[], PageSettings>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.
- workspaceName
-
string
Nombre del área de trabajo.
- incidentId
-
string
Id. de incidente
Parámetros de opciones.