Description Usage Arguments Value Request syntax
View source: R/applicationinsights_operations.R
Adds a log pattern to a LogPatternSet
.
1 2 | applicationinsights_update_log_pattern(ResourceGroupName,
PatternSetName, PatternName, Pattern, Rank)
|
ResourceGroupName |
[required] The name of the resource group. |
PatternSetName |
[required] The name of the log pattern set. |
PatternName |
[required] The name of the log pattern. |
Pattern |
The log pattern. The pattern must be DFA compatible. Patterns that utilize forward lookahead or backreference constructions are not supported. |
Rank |
Rank of the log pattern. Must be a value between |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 |
1 2 3 4 5 6 7 | svc$update_log_pattern(
ResourceGroupName = "string",
PatternSetName = "string",
PatternName = "string",
Pattern = "string",
Rank = 123
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.