Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Monitor/Monitor/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
* Overview of change #1
- Additional information about change #1
-->

## Upcoming Release
* update documentation for New-AzScheduledQueryRuleLogMetricTrigger

## Version 1.6.0
* Fixed description of the Get-AzLog cmdlet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzScheduledQueryRuleLogMetricTrigger

## SYNOPSIS
Creates an object of type Log Metric Trigger
Creates an object of type Log Metric Trigger.

## SYNTAX

Expand Down Expand Up @@ -47,7 +47,8 @@ Accept wildcard characters: False
```

### -MetricColumn
Column on which metric value is being aggregated
Column on which metric value is being aggregated.
The input is not validated. It will first be validated when New-AzScheduledQueryRule is eventually called.

```yaml
Type: System.String
Expand All @@ -62,7 +63,8 @@ Accept wildcard characters: False
```

### -MetricTriggerType
The metric trigger type
The metric trigger type.
The input is not validated. It will first be validated when New-AzScheduledQueryRule is eventually called.

```yaml
Type: System.String
Expand All @@ -77,7 +79,8 @@ Accept wildcard characters: False
```

### -Threshold
The metric threshold value
The metric threshold value: Consecutive, Total.
The input is not validated. It will first be validated when New-AzScheduledQueryRule is eventually called.

```yaml
Type: System.Double
Expand All @@ -92,7 +95,8 @@ Accept wildcard characters: False
```

### -ThresholdOperator
The metric threshold operator : GreaterThan, LessThan, Equal
The metric threshold operator : GreaterThan, LessThan, Equal.
The input is not validated. It will first be validated when New-AzScheduledQueryRule is eventually called.

```yaml
Type: System.String
Expand Down