次の方法で共有


WebAppRuntimeSettings コンストラクター

定義

オーバーロード

WebAppRuntimeSettings()

WebAppRuntimeSettings クラスの新しいインスタンスを初期化します。

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

WebAppRuntimeSettings クラスの新しいインスタンスを初期化します。

WebAppRuntimeSettings()

WebAppRuntimeSettings クラスの新しいインスタンスを初期化します。

public WebAppRuntimeSettings ();
Public Sub New ()

適用対象

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

WebAppRuntimeSettings クラスの新しいインスタンスを初期化します。

public WebAppRuntimeSettings (string runtimeVersion = default, bool? remoteDebuggingSupported = default, Microsoft.Azure.Management.WebSites.Models.AppInsightsWebAppStackSettings appInsightsSettings = default, Microsoft.Azure.Management.WebSites.Models.GitHubActionWebAppStackSettings gitHubActionSettings = default, bool? isPreview = default, bool? isDeprecated = default, bool? isHidden = default, DateTime? endOfLifeDate = default, bool? isAutoUpdate = default, bool? isEarlyAccess = default);
new Microsoft.Azure.Management.WebSites.Models.WebAppRuntimeSettings : string * Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.AppInsightsWebAppStackSettings * Microsoft.Azure.Management.WebSites.Models.GitHubActionWebAppStackSettings * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<DateTime> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.WebAppRuntimeSettings
Public Sub New (Optional runtimeVersion As String = Nothing, Optional remoteDebuggingSupported As Nullable(Of Boolean) = Nothing, Optional appInsightsSettings As AppInsightsWebAppStackSettings = Nothing, Optional gitHubActionSettings As GitHubActionWebAppStackSettings = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing, Optional isDeprecated As Nullable(Of Boolean) = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing, Optional endOfLifeDate As Nullable(Of DateTime) = Nothing, Optional isAutoUpdate As Nullable(Of Boolean) = Nothing, Optional isEarlyAccess As Nullable(Of Boolean) = Nothing)

パラメーター

runtimeVersion
String

Web アプリ スタックのマイナー バージョン (ランタイムのみ)。

remoteDebuggingSupported
Nullable<Boolean>

<スタックでリモート デバッグがサポートされている場合はコード>true/code>、それ以外の場合<は false</code を>コード><化します。

appInsightsSettings
AppInsightsWebAppStackSettings

マイナー バージョンに関連付けられている Application Insights 設定。

gitHubActionSettings
GitHubActionWebAppStackSettings

マイナー バージョンに関連付けられている設定をGitHub Actionsします。

isPreview
Nullable<Boolean>

<>スタックがプレビュー段階にある場合はコード true</code>、それ以外の場合<は false</code を>コード>化します。

isDeprecated
Nullable<Boolean>

<スタック>が非推奨の場合はコード true</code>、それ以外の場合<は false</code をコード>>化します。

isHidden
Nullable<Boolean>

<>スタックを非表示にする必要がある場合はコード true</code>、<それ以外の場合は false</code をコード>>化します。

endOfLifeDate
Nullable<DateTime>

マイナー バージョンの有効期間の終了日。

isAutoUpdate
Nullable<Boolean>

<>スタック バージョンが自動更新されている場合はコード true</code>、それ以外の場合<は false</code を>コード>化します。

isEarlyAccess
Nullable<Boolean>

<>マイナー バージョンが早期アクセスの場合はコード true</code>、それ以外の場合<は false/code を>コード>化します<。

適用対象