SliSignalSource Class
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.
Represents a signal source used in SLIs.
public class SliSignalSource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Slis.Models.SliSignalSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Slis.Models.SliSignalSource>
type SliSignalSource = class
interface IJsonModel<SliSignalSource>
interface IPersistableModel<SliSignalSource>
Public Class SliSignalSource
Implements IJsonModel(Of SliSignalSource), IPersistableModel(Of SliSignalSource)
- Inheritance
-
SliSignalSource
- Implements
Constructors
| Name | Description |
|---|---|
| SliSignalSource(String, ResourceIdentifier, ResourceIdentifier, String, String, IEnumerable<SliCondition>, SliSpatialAggregation, SliTemporalAggregation) |
Initializes a new instance of SliSignalSource. |
Properties
| Name | Description |
|---|---|
| Filters |
Filters applied to modify signal values. |
| MetricName |
Name of the metric. |
| MetricNamespace |
Namespace of the metric. |
| SignalSourceId |
Unique identifier for the signal source. |
| SourceAmwAccountManagedIdentity |
Managed identity for authenticating the signal source. |
| SourceAmwAccountResourceId |
Resource ID of the source AMW account. |
| SpatialAggregation |
Defines how measurements are aggregated across multiple time series. |
| TemporalAggregation |
Defines how measurements are aggregated over a specific time window within the same time series. |