Share via


IScaleRule.MetricTriggerDividePerInstance Property

Definition

a value indicating whether metric should divide per instance.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="a value indicating whether metric should divide per instance.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="dividePerInstance")]
public bool? MetricTriggerDividePerInstance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="a value indicating whether metric should divide per instance.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="dividePerInstance")>]
member this.MetricTriggerDividePerInstance : Nullable<bool> with get, set
Public Property MetricTriggerDividePerInstance As Nullable(Of Boolean)

Property Value

Attributes

Applies to