View source: R/applicationinsights_operations.R
applicationinsights_update_problem | R Documentation |
Updates the visibility of the problem or specifies the problem as RESOLVED
.
See https://www.paws-r-sdk.com/docs/applicationinsights_update_problem/ for full documentation.
applicationinsights_update_problem(
ProblemId,
UpdateStatus = NULL,
Visibility = NULL
)
ProblemId |
[required] The ID of the problem. |
UpdateStatus |
The status of the problem. Arguments can be passed for only problems
that show a status of |
Visibility |
The visibility of a problem. When you pass a value of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.