Compartir a través de


IncidentComments interface

Interfaz que representa un IncidentComments.

Métodos

createOrUpdate(string, string, string, string, IncidentComment, IncidentCommentsCreateOrUpdateOptionalParams)

Crea o actualiza el comentario del incidente.

delete(string, string, string, string, IncidentCommentsDeleteOptionalParams)

Elimine el comentario del incidente.

get(string, string, string, string, IncidentCommentsGetOptionalParams)

Obtiene un comentario de incidente.

list(string, string, string, IncidentCommentsListOptionalParams)

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

options
IncidentCommentsCreateOrUpdateOptionalParams

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

options
IncidentCommentsDeleteOptionalParams

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

options
IncidentCommentsGetOptionalParams

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

options
IncidentCommentsListOptionalParams

Parámetros de opciones.

Devoluciones