IncidentComments interface
Interface die een IncidentComments vertegenwoordigt.
Methoden
| create |
Hiermee maakt of werkt u de opmerking van het incident bij. |
| delete(string, string, string, string, Incident |
Verwijder de opmerking van het incident. |
| get(string, string, string, string, Incident |
Hiermee haalt u een incidentcommentaar op. |
| list(string, string, string, Incident |
Haalt alle incidentopmerkingen op. |
Methodedetails
createOrUpdate(string, string, string, string, IncidentComment, IncidentCommentsCreateOrUpdateOptionalParams)
Hiermee maakt of werkt u de opmerking van het incident bij.
function createOrUpdate(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, incidentComment: IncidentComment, options?: IncidentCommentsCreateOrUpdateOptionalParams): Promise<IncidentComment>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
- incidentCommentId
-
string
Incidentcommentaar-id
- incidentComment
- IncidentComment
De opmerking over het incident
De optiesparameters.
Retouren
Promise<IncidentComment>
delete(string, string, string, string, IncidentCommentsDeleteOptionalParams)
Verwijder de opmerking van het incident.
function delete(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
- incidentCommentId
-
string
Incidentcommentaar-id
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, string, IncidentCommentsGetOptionalParams)
Hiermee haalt u een incidentcommentaar op.
function get(resourceGroupName: string, workspaceName: string, incidentId: string, incidentCommentId: string, options?: IncidentCommentsGetOptionalParams): Promise<IncidentComment>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
- incidentCommentId
-
string
Incidentcommentaar-id
De optiesparameters.
Retouren
Promise<IncidentComment>
list(string, string, string, IncidentCommentsListOptionalParams)
Haalt alle incidentopmerkingen op.
function list(resourceGroupName: string, workspaceName: string, incidentId: string, options?: IncidentCommentsListOptionalParams): PagedAsyncIterableIterator<IncidentComment, IncidentComment[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- incidentId
-
string
Incident-ID
De optiesparameters.