ISite.SuspendedTill Property

Definition

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

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

Property Value

Attributes

Applies to