Partager via


IMetricTrigger.Statistic Property

Definition

the metric statistic type. How the metrics from multiple instances are combined.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.PSArgumentCompleter(new System.String[] { "Average", "Min", "Max", "Sum", "Count" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, Description="the metric statistic type. How the metrics from multiple instances are combined.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="statistic", Update=true)]
public string Statistic { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.PSArgumentCompleter(new System.String[] { "Average", "Min", "Max", "Sum", "Count" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, Description="the metric statistic type. How the metrics from multiple instances are combined.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="statistic", Update=true)>]
member this.Statistic : string with get, set
Public Property Statistic As String

Property Value

Attributes

Applies to