View source: R/applicationinsights_operations.R
| applicationinsights_create_log_pattern | R Documentation | 
Adds an log pattern to a LogPatternSet.
See https://www.paws-r-sdk.com/docs/applicationinsights_create_log_pattern/ for full documentation.
applicationinsights_create_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 | [required] The log pattern. The pattern must be DFA compatible. Patterns that utilize forward lookahead or backreference constructions are not supported. | 
| Rank | [required] Rank of the log pattern. Must be a value between  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.