IMetricTrigger.Threshold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
the threshold of the metric that triggers the scale action.
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="the threshold of the metric that triggers the scale action.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=true, SerializedName="threshold")]
public double Threshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="the threshold of the metric that triggers the scale action.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=true, SerializedName="threshold")>]
member this.Threshold : double with get, set
Public Property Threshold As Double
Property Value
- Attributes