IAlert.DefinitionCriterion 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.
Criteria that triggered alert
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Criteria that triggered alert", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCriteria) }, ReadOnly=false, Required=false, SerializedName="criteria")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCriteria? DefinitionCriterion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Criteria that triggered alert", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCriteria) }, ReadOnly=false, Required=false, SerializedName="criteria")>]
member this.DefinitionCriterion : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.AlertCriteria> with get, set
Public Property DefinitionCriterion As Nullable(Of AlertCriteria)
Property Value
- Attributes