MetricDimension 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.
Specifications of the Dimension of metrics
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.MetricDimensionTypeConverter))]
public class MetricDimension : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IMetricDimension
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.MetricDimensionTypeConverter))>]
type MetricDimension = class
interface IMetricDimension
interface IJsonSerializable
Public Class MetricDimension
Implements IMetricDimension
- Inheritance
-
MetricDimension
- Attributes
- Implements
Constructors
MetricDimension() |
Creates an new MetricDimension instance. |
Properties
DisplayName |
Localized friendly display name of the dimension |
InternalName |
Internal name of the dimension. |
Name |
Name of the dimension |
ToBeExportedForShoebox |
Flag to indicate export for Shoebox |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MetricDimension. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MetricDimension. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IMetricDimension. |
FromJsonString(String) |
Creates a new instance of MetricDimension, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MetricDimension into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |