次の方法で共有


GitHubActionWebAppStackSettings クラス

定義

Web アプリ スタックの設定をGitHub Actionsします。

public class GitHubActionWebAppStackSettings
type GitHubActionWebAppStackSettings = class
Public Class GitHubActionWebAppStackSettings
継承
GitHubActionWebAppStackSettings

コンストラクター

GitHubActionWebAppStackSettings()

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

GitHubActionWebAppStackSettings(Nullable<Boolean>, String)

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

プロパティ

IsSupported

スタックに対してGitHub Actionsがサポートされている場合は、lt;code&gt;true&lt;/code&gt; を取得&します。それ以外の場合は、&lt;code&gt;false&lt;/code&gt;。

SupportedVersion

GitHub Actionsでサポートされているマイナー バージョンを取得します。

適用対象