Udostępnij przez


IMetricValue.Minimum Property

Definition

The least value in the time range.

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

Property Value

Attributes

Applies to