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.VMware.Models.MetricDimensionTypeConverter))]
public class MetricDimension : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IMetricDimension
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.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 |
Name of the dimension as it appears in MDM |
Name |
Name of the dimension |
ToBeExportedForShoebox |
A boolean flag indicating whether this dimension should be included for the shoebox export scenario |
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.VMware.Models.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() |