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 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.Api20231201.DimensionTypeConverter))]
public class Dimension : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDimension
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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. |