ILatencyScorecard.LatencyMetric 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 latency metrics of the Latency Scorecard
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The latency metrics of the Latency Scorecard", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILatencyMetric) }, Read=true, ReadOnly=false, Required=false, SerializedName="latencyMetrics", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILatencyMetric> LatencyMetric { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The latency metrics of the Latency Scorecard", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILatencyMetric) }, Read=true, ReadOnly=false, Required=false, SerializedName="latencyMetrics", Update=true)>]
member this.LatencyMetric : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILatencyMetric> with get, set
Public Property LatencyMetric As List(Of ILatencyMetric)
Property Value
- Attributes