Learn R Programming

paws.management (version 0.1.6)

applicationinsights_describe_log_pattern: Describe a specific log pattern from a LogPatternSet

Description

Describe a specific log pattern from a LogPatternSet.

Usage

applicationinsights_describe_log_pattern(ResourceGroupName,
  PatternSetName, PatternName)

Arguments

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.

Request syntax

svc$describe_log_pattern(
  ResourceGroupName = "string",
  PatternSetName = "string",
  PatternName = "string"
)