ILatencyMetric.DeltaPercent 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 percent difference between endpoint A and B
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=false, Description="The percent difference between endpoint A and B", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="deltaPercent", Update=false)]
public float? DeltaPercent { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=false, Description="The percent difference between endpoint A and B", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="deltaPercent", Update=false)>]
member this.DeltaPercent : Nullable<single>
Public ReadOnly Property DeltaPercent As Nullable(Of Single)
Property Value
- Attributes