IMetricDimension Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.MetricDimensionTypeConverter))]
public interface IMetricDimension : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.MetricDimensionTypeConverter))>]
type IMetricDimension = interface
    interface IJsonSerializable
Public Interface IMetricDimension
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DisplayName

Localized friendly display name of the dimension

InternalName

Internal name of the dimension.

Name

Name of the dimension

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to