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

Dimension Class

Definition

Dimension splitting and filtering definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.DimensionTypeConverter))]
public class Dimension : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IDimension
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.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

Name

Name of the dimension

Operator

Operator for dimension values

Value

List of dimension values

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.Monitor.ScheduledQueryRule.Models.Api20210801.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.

ToString()

Applies to