ArmMonitorSlisModelFactory 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.
A factory class for creating instances of the models for mocking.
public static class ArmMonitorSlisModelFactory
type ArmMonitorSlisModelFactory = class
Public Class ArmMonitorSlisModelFactory
- Inheritance
-
ArmMonitorSlisModelFactory
Methods
| Name | Description |
|---|---|
| MonitorSliData(ResourceIdentifier, String, ResourceType, SystemData, MonitorSliProperties, ManagedServiceIdentity) |
Represents an SLI resource within the ProviderHub. |
| MonitorSliProperties(Nullable<SliProvisioningState>, String, SliCategory, SliEvaluationType, SliExecutionState, IEnumerable<SliAmwAccount>, IEnumerable<SliMetric>, SliBaseline, String, Nullable<DateTimeOffset>, Boolean, SliProperties) | |
| SliExecutionState(String, String) |
Represents the current execution state of an SLI. |
| SliMetric(String, String) |
Defines a metric in the destination AMW account. |
| SliSignal(IEnumerable<SliSignalSource>, String) |
Represents a signal model used in SLI calculations. |
| SliSignalSource(String, ResourceIdentifier, ResourceIdentifier, String, String, IEnumerable<SliCondition>, SliSpatialAggregation, SliTemporalAggregation) |
Represents a signal source used in SLIs. |
| SliSpatialAggregation(SliSpatialAggregationType, IEnumerable<String>) |
Represents the spatial aggregation model. |