LogAnalyticsQuerySignalDefinitionProperties.ValueColumnName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name of the column in the result set to evaluate against the thresholds. Defaults to the first column in the result set if not specified. The column must be numeric.
public string ValueColumnName { get; set; }
member this.ValueColumnName : string with get, set
Public Property ValueColumnName As String