FunctionAppRuntimeSettings.RemoteDebuggingSupported Property

Definition

Gets <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="remoteDebuggingSupported")]
public bool? RemoteDebuggingSupported { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="remoteDebuggingSupported")>]
member this.RemoteDebuggingSupported : Nullable<bool>
Public ReadOnly Property RemoteDebuggingSupported As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to