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.VMware.Models.MetricSpecificationTypeConverter))]
public interface IMetricSpecification : Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.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 |
Name of the metric category that the metric belongs to. A metric can only belong to a single category. |
Dimension |
Dimensions of the metric |
DisplayDescription |
Localized friendly description of the metric |
DisplayName |
Localized friendly display name of the metric |
EnableRegionalMdmAccount |
Whether or not the service is using regional MDM accounts. |
FillGapWithZero |
Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. |
Name |
Name of the metric |
SourceMdmAccount |
The name of the MDM account. |
SourceMdmNamespace |
The name of the MDM namespace. |
SupportedAggregationType |
Supported aggregation types |
SupportedTimeGrainType |
Supported time grain types |
Unit |
Unit that makes sense for the metric |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |