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