MetricDimension Class

Definition

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()

Applies to