Share via


ISecurityAlert.EndTimeUtc Property

Definition

The impact end time of the alert (the time of the last event contributing to the alert).

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The impact end time of the alert (the time of the last event contributing to the alert).", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="endTimeUtc")]
public DateTime? EndTimeUtc { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The impact end time of the alert (the time of the last event contributing to the alert).", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="endTimeUtc")>]
member this.EndTimeUtc : Nullable<DateTime>
Public ReadOnly Property EndTimeUtc As Nullable(Of DateTime)

Property Value

Attributes

Applies to