WebAppRuntimeSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 アプリ スタックのマイナー バージョン (ランタイムのみ)。
<スタックでリモート デバッグがサポートされている場合はコード>true/code>、それ以外の場合<は false</code を>コード><化します。
- appInsightsSettings
- AppInsightsWebAppStackSettings
マイナー バージョンに関連付けられている Application Insights 設定。
- gitHubActionSettings
- GitHubActionWebAppStackSettings
マイナー バージョンに関連付けられている設定をGitHub Actionsします。
<>スタック バージョンが自動更新されている場合はコード true</code>、それ以外の場合<は false</code を>コード>化します。
<>マイナー バージョンが早期アクセスの場合はコード true</code>、それ以外の場合<は false/code を>コード>化します<。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET