IAlert.DetailThreshold 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.
notification threshold percentage as a decimal which activated this alert
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="notification threshold percentage as a decimal which activated this alert", PossibleTypes=new System.Type[] { typeof(System.Decimal) }, ReadOnly=false, Required=false, SerializedName="threshold")]
public decimal? DetailThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="notification threshold percentage as a decimal which activated this alert", PossibleTypes=new System.Type[] { typeof(System.Decimal) }, ReadOnly=false, Required=false, SerializedName="threshold")>]
member this.DetailThreshold : Nullable<decimal> with get, set
Public Property DetailThreshold As Nullable(Of Decimal)
Property Value
- Attributes