Compartir a través de


Dimension Class

Definition

Dimension of a resource metric. For e.g. instance specific HTTP requests for a web app, where instance name is dimension of the metric HTTP request

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DimensionTypeConverter))]
public class Dimension : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDimension
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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
InternalName
Name
ToBeExportedForShoebox

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.Functions.Models.Api20190801.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