IFunctionAppRuntimeSettings.IsAutoUpdate Property

Definition

true if the stack version is auto-updated; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="<code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isAutoUpdate", Update=false)]
public bool? IsAutoUpdate { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="<code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isAutoUpdate", Update=false)>]
member this.IsAutoUpdate : Nullable<bool>
Public ReadOnly Property IsAutoUpdate As Nullable(Of Boolean)

Property Value

Attributes

Applies to