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(Create=false, 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) }, Read=true, ReadOnly=true, Required=false, SerializedName="endTimeUtc", Update=false)]
public DateTime? EndTimeUtc { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, 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) }, Read=true, ReadOnly=true, Required=false, SerializedName="endTimeUtc", Update=false)>]
member this.EndTimeUtc : Nullable<DateTime>
Public ReadOnly Property EndTimeUtc As Nullable(Of DateTime)

Property Value

Attributes

Applies to