ResourceMetricSignalDefinitionProperties interface

Azure Resource Metric Signal Definition properties

Extends

Properties

aggregationType

Type of aggregation to apply to the metric

dimension

Optional: Dimension to split by

dimensionFilter

Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.

metricName

Name of the metric

metricNamespace

Metric namespace

signalKind

Kind of the signal definition

timeGrain

Time range of signal. ISO duration format like PT10M.

Inherited Properties

dataUnit

Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))

displayName

Display name

evaluationRules

Evaluation rules for the signal definition

provisioningState

The status of the last operation.

refreshInterval

Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).

tags

Optional set of tags (key-value pairs)

Property Details

aggregationType

Type of aggregation to apply to the metric

aggregationType: string

Property Value

string

dimension

Optional: Dimension to split by

dimension?: string

Property Value

string

dimensionFilter

Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.

dimensionFilter?: string

Property Value

string

metricName

Name of the metric

metricName: string

Property Value

string

metricNamespace

Metric namespace

metricNamespace: string

Property Value

string

signalKind

Kind of the signal definition

signalKind: "AzureResourceMetric"

Property Value

"AzureResourceMetric"

timeGrain

Time range of signal. ISO duration format like PT10M.

timeGrain: string

Property Value

string

Inherited Property Details

dataUnit

Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))

dataUnit?: string

Property Value

string

Inherited From SignalDefinitionProperties.dataUnit

displayName

Display name

displayName?: string

Property Value

string

Inherited From SignalDefinitionProperties.displayName

evaluationRules

Evaluation rules for the signal definition

evaluationRules: EvaluationRule

Property Value

Inherited From SignalDefinitionProperties.evaluationRules

provisioningState

The status of the last operation.

provisioningState?: string

Property Value

string

Inherited From SignalDefinitionProperties.provisioningState

refreshInterval

Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).

refreshInterval?: string

Property Value

string

Inherited From SignalDefinitionProperties.refreshInterval

tags

Optional set of tags (key-value pairs)

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From SignalDefinitionProperties.tags