Compartilhar via


Dimension Class

Definition

Dimension of blobs, possibly be blob type or access tier.

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

Name

Display name of dimension.

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.Storage.Models.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