IDiagnosticDetectorResponseProperties.Metric Property

Definition

Metrics provided by the detector

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Metrics provided by the detector", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDiagnosticMetricSet) }, Read=true, ReadOnly=false, Required=false, SerializedName="metrics", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDiagnosticMetricSet> Metric { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Metrics provided by the detector", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDiagnosticMetricSet) }, Read=true, ReadOnly=false, Required=false, SerializedName="metrics", Update=true)>]
member this.Metric : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDiagnosticMetricSet> with get, set
Public Property Metric As List(Of IDiagnosticMetricSet)

Property Value

Attributes

Applies to