WebAppRuntimeSettings Class

Definition

Web App runtime settings.

public class WebAppRuntimeSettings
type WebAppRuntimeSettings = class
Public Class WebAppRuntimeSettings
Inheritance
WebAppRuntimeSettings

Constructors

WebAppRuntimeSettings()

Initializes a new instance of the WebAppRuntimeSettings class.

WebAppRuntimeSettings(String, Nullable<Boolean>, AppInsightsWebAppStackSettings, GitHubActionWebAppStackSettings, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the WebAppRuntimeSettings class.

Properties

AppInsightsSettings

Gets application Insights settings associated with the minor version.

EndOfLifeDate

Gets end-of-life date for the minor version.

GitHubActionSettings

Gets gitHub Actions settings associated with the minor version.

IsAutoUpdate

Gets &lt;code&gt;true&lt;/code&gt; if the stack version is auto-updated; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsDeprecated

Gets &lt;code&gt;true&lt;/code&gt; if the stack is deprecated; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsEarlyAccess

Gets &lt;code&gt;true&lt;/code&gt; if the minor version is early-access; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsHidden

Gets &lt;code&gt;true&lt;/code&gt; if the stack should be hidden; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsPreview

Gets &lt;code&gt;true&lt;/code&gt; if the stack is in preview; otherwise, &lt;code&gt;false&lt;/code&gt;.

RemoteDebuggingSupported

Gets &lt;code&gt;true&lt;/code&gt; if remote debugging is supported for the stack; otherwise, &lt;code&gt;false&lt;/code&gt;.

RuntimeVersion

Gets web App stack minor version (runtime only).

Applies to