次の方法で共有


IFunctionAppRuntimes.WindowRuntimeSettingIsDefault Property

Definition

true if the minor version the default; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="<code>true</code> if the minor version the default; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDefault")]
public bool? WindowRuntimeSettingIsDefault { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="<code>true</code> if the minor version the default; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDefault")>]
member this.WindowRuntimeSettingIsDefault : Nullable<bool>
Public ReadOnly Property WindowRuntimeSettingIsDefault As Nullable(Of Boolean)

Property Value

Attributes

Applies to