INrtAlertRule.LastModifiedUtc Property

Definition

The last time that this alert rule has been modified.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The last time that this alert rule has been modified.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastModifiedUtc", Update=false)]
public DateTime? LastModifiedUtc { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The last time that this alert rule has been modified.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="lastModifiedUtc", Update=false)>]
member this.LastModifiedUtc : Nullable<DateTime>
Public ReadOnly Property LastModifiedUtc As Nullable(Of DateTime)

Property Value

Attributes

Applies to