IAutomationRule.TriggeringLogicExpirationTimeUtc Property

Definition

Determines when the automation rule should automatically expire and be disabled.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Determines when the automation rule should automatically expire and be disabled.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="expirationTimeUtc", Update=true)]
public DateTime? TriggeringLogicExpirationTimeUtc { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Determines when the automation rule should automatically expire and be disabled.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="expirationTimeUtc", Update=true)>]
member this.TriggeringLogicExpirationTimeUtc : Nullable<DateTime> with get, set
Public Property TriggeringLogicExpirationTimeUtc As Nullable(Of DateTime)

Property Value

Attributes

Applies to