你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMetricSpecification.Dimension Property

Definition

Dimensions of the metric

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

Property Value

Attributes

Applies to