Dimension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |