Description Usage Arguments Value Request syntax
View source: R/applicationinsights_operations.R
Lists the IDs of the applications that you are monitoring.
1 | applicationinsights_list_applications(MaxResults, NextToken)
|
MaxResults |
The maximum number of results to return in a single call. To retrieve
the remaining results, make another call with the returned |
NextToken |
The token to request the next page of results. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
1 2 3 4 | svc$list_applications(
MaxResults = 123,
NextToken = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.