ISite.SuspendedTill Property

Definition

App suspended till in case memory-time quota is exceeded.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="App suspended till in case memory-time quota is exceeded.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="suspendedTill")]
public DateTime? SuspendedTill { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="App suspended till in case memory-time quota is exceeded.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="suspendedTill")>]
member this.SuspendedTill : Nullable<DateTime>
Public ReadOnly Property SuspendedTill As Nullable(Of DateTime)

Property Value

Attributes

Applies to