你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Dimension Class

Definition

Dimension of map account, for example API Category, Api Name, Result Type, and Response Code.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.DimensionTypeConverter))]
public class Dimension : Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.IDimension
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.DimensionTypeConverter))>]
type Dimension = class
    interface IDimension
    interface IJsonSerializable
Public Class Dimension
Implements IDimension
Inheritance
Dimension
Attributes
Implements

Constructors

Dimension()

Creates an new Dimension instance.

Properties

DisplayName

Display name of dimension.

InternalMetricName

Internal metric name of the dimension.

InternalName

Internal name of the dimension.

Name

Display name of dimension.

SourceMdmNamespace

Source Mdm Namespace of the dimension.

ToBeExportedToShoebox

Flag to indicate exporting to Azure Monitor.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Dimension.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Dimension.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.IDimension.

FromJsonString(String)

Creates a new instance of Dimension, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Dimension into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to