SliSignalSource Constructor

Definition

Initializes a new instance of SliSignalSource.

public SliSignalSource(string signalSourceId, Azure.Core.ResourceIdentifier sourceAmwAccountManagedIdentity, Azure.Core.ResourceIdentifier sourceAmwAccountResourceId, string metricNamespace, string metricName, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.Slis.Models.SliCondition> filters, Azure.ResourceManager.Monitor.Slis.Models.SliSpatialAggregation spatialAggregation, Azure.ResourceManager.Monitor.Slis.Models.SliTemporalAggregation temporalAggregation);
new Azure.ResourceManager.Monitor.Slis.Models.SliSignalSource : string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * string * seq<Azure.ResourceManager.Monitor.Slis.Models.SliCondition> * Azure.ResourceManager.Monitor.Slis.Models.SliSpatialAggregation * Azure.ResourceManager.Monitor.Slis.Models.SliTemporalAggregation -> Azure.ResourceManager.Monitor.Slis.Models.SliSignalSource
Public Sub New (signalSourceId As String, sourceAmwAccountManagedIdentity As ResourceIdentifier, sourceAmwAccountResourceId As ResourceIdentifier, metricNamespace As String, metricName As String, filters As IEnumerable(Of SliCondition), spatialAggregation As SliSpatialAggregation, temporalAggregation As SliTemporalAggregation)

Parameters

signalSourceId
String

Unique identifier for the signal source.

sourceAmwAccountManagedIdentity
ResourceIdentifier

Managed identity for authenticating the signal source.

sourceAmwAccountResourceId
ResourceIdentifier

Resource ID of the source AMW account.

metricNamespace
String

Namespace of the metric.

metricName
String

Name of the metric.

filters
IEnumerable<SliCondition>

Filters applied to modify signal values.

spatialAggregation
SliSpatialAggregation

Defines how measurements are aggregated across multiple time series.

temporalAggregation
SliTemporalAggregation

Defines how measurements are aggregated over a specific time window within the same time series.

Exceptions

signalSourceId, sourceAmwAccountManagedIdentity, sourceAmwAccountResourceId, metricNamespace, metricName, filters, spatialAggregation or temporalAggregation is null.

Applies to