Describe a specific log pattern from a LogPatternSet
.
applicationinsights_describe_log_pattern(ResourceGroupName,
PatternSetName, PatternName)
A list with the following syntax:
list(
ResourceGroupName = "string",
LogPattern = list(
PatternSetName = "string",
PatternName = "string",
Pattern = "string",
Rank = 123
)
)
[required] The name of the resource group.
[required] The name of the log pattern set.
[required] The name of the log pattern.
svc$describe_log_pattern(
ResourceGroupName = "string",
PatternSetName = "string",
PatternName = "string"
)