Udostępnij przez


IMetricValue.Maximum Property

Definition

The greatest value in the time range.

[Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="The greatest value in the time range.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="maximum", Update=true)]
public double? Maximum { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="The greatest value in the time range.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="maximum", Update=true)>]
member this.Maximum : Nullable<double> with get, set
Public Property Maximum As Nullable(Of Double)

Property Value

Attributes

Applies to