Share via


IRecommendation.NextNotificationTime Property

Definition

When to notify this recommendation next in UTC. Null means that this will never be notified anymore.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="When to notify this recommendation next in UTC. Null means that this will never be notified anymore.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="nextNotificationTime")]
public DateTime? NextNotificationTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="When to notify this recommendation next in UTC. Null means that this will never be notified anymore.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="nextNotificationTime")>]
member this.NextNotificationTime : Nullable<DateTime> with get, set
Public Property NextNotificationTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to