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