StaticSiteBuildProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
StaticSiteBuildProperties() |
StaticSiteBuildProperties クラスの新しいインスタンスを初期化します。 |
StaticSiteBuildProperties(String, String, String, String, String, String, Nullable<Boolean>, String) |
StaticSiteBuildProperties クラスの新しいインスタンスを初期化します。 |
StaticSiteBuildProperties()
StaticSiteBuildProperties クラスの新しいインスタンスを初期化します。
public StaticSiteBuildProperties();
Public Sub New ()
適用対象
StaticSiteBuildProperties(String, String, String, String, String, String, Nullable<Boolean>, String)
StaticSiteBuildProperties クラスの新しいインスタンスを初期化します。
public StaticSiteBuildProperties(string appLocation = default, string apiLocation = default, string appArtifactLocation = default, string outputLocation = default, string appBuildCommand = default, string apiBuildCommand = default, bool? skipGithubActionWorkflowGeneration = default, string githubActionSecretNameOverride = default);
new Microsoft.Azure.Management.WebSites.Models.StaticSiteBuildProperties : string * string * string * string * string * string * Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Models.StaticSiteBuildProperties
Public Sub New (Optional appLocation As String = Nothing, Optional apiLocation As String = Nothing, Optional appArtifactLocation As String = Nothing, Optional outputLocation As String = Nothing, Optional appBuildCommand As String = Nothing, Optional apiBuildCommand As String = Nothing, Optional skipGithubActionWorkflowGeneration As Nullable(Of Boolean) = Nothing, Optional githubActionSecretNameOverride As String = Nothing)
パラメーター
- appLocation
- String
リポジトリ内のアプリ コードへのパス。
- apiLocation
- String
リポジトリ内の API コードへのパス。
- appArtifactLocation
- String
非推奨: ビルド後のアプリ成果物のパス (OutputLocation を優先して非推奨)
- outputLocation
- String
ビルド後のアプリの出力パス。
- appBuildCommand
- String
静的コンテンツ アプリケーションのデプロイ中に実行するカスタム コマンド。
- apiBuildCommand
- String
Azure Functions API アプリケーションのデプロイ中に実行するカスタム コマンド。
- githubActionSecretNameOverride
- String
Github Action シークレット名のオーバーライド。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET