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