IFunctionAppRuntimes.WindowRuntimeSettingRemoteDebuggingSupported Property

Definition

true if remote debugging is supported for the stack; otherwise, false.

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

Property Value

Attributes

Applies to