Compartilhar via


IMetricSpecification.Dimension Property

Definition

Dimensions of blobs, including blob type and access tier.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Dimensions of blobs, including blob type and access tier.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDimension) }, Read=true, ReadOnly=false, Required=false, SerializedName="dimensions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDimension> Dimension { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Dimensions of blobs, including blob type and access tier.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDimension) }, Read=true, ReadOnly=false, Required=false, SerializedName="dimensions", Update=true)>]
member this.Dimension : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IDimension> with get, set
Public Property Dimension As List(Of IDimension)

Property Value

Attributes

Applies to