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 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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |