Udostępnij za pośrednictwem


IMetric.Unit Property

Definition

The unit of the metric.

[Microsoft.Azure.PowerShell.Cmdlets.Metric.PSArgumentCompleter(new System.String[] { "Count", "Bytes", "Seconds", "CountPerSecond", "BytesPerSecond", "Percent", "MilliSeconds", "ByteSeconds", "Unspecified", "Cores", "MilliCores", "NanoCores", "BitsPerSecond" })]
[Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="The unit of the metric.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="unit", Update=true)]
public string Unit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Metric.PSArgumentCompleter(new System.String[] { "Count", "Bytes", "Seconds", "CountPerSecond", "BytesPerSecond", "Percent", "MilliSeconds", "ByteSeconds", "Unspecified", "Cores", "MilliCores", "NanoCores", "BitsPerSecond" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="The unit of the metric.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="unit", Update=true)>]
member this.Unit : string with get, set
Public Property Unit As String

Property Value

Attributes

Applies to