IMetricSpecification Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.MetricSpecificationTypeConverter))]
public interface IMetricSpecification : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.MetricSpecificationTypeConverter))>]
type IMetricSpecification = interface
interface IJsonSerializable
Public Interface IMetricSpecification
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AggregationType |
Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. |
Category |
Metric category |
Dimension |
Dimensions of the metric |
DisplayDescription |
Localized friendly description of the metric |
DisplayName |
Localized friendly display name of the metric |
EnableRegionalMdmAccount |
Flag to indicate use of regional Mdm accounts |
FillGapWithZero |
Flag to determine is Zero is returned for time duration where no metric is emitted |
InternalMetricName |
Internal metric name. |
LockedAggregationType |
Locked aggregation type of the metric |
MetricFilterPattern |
Metric filter regex pattern |
Name |
Name of the metric |
SourceMdmAccount |
Source mdm account |
SourceMdmNamespace |
Source mdm namespace |
SupportedAggregationType |
Supported aggregation types. Valid values: Average, Minimum, Maximum, Total, Count. |
SupportedTimeGrainType |
Supported time grains. Valid values: PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, P1D |
Unit |
Unit that makes sense for the metric |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |