StaticSiteBuildProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Build properties for the static site.
public class StaticSiteBuildProperties
type StaticSiteBuildProperties = class
Public Class StaticSiteBuildProperties
- Inheritance
-
StaticSiteBuildProperties
Constructors
StaticSiteBuildProperties() |
Initializes a new instance of the StaticSiteBuildProperties class. |
StaticSiteBuildProperties(String, String, String, String, String, String, Nullable<Boolean>, String) |
Initializes a new instance of the StaticSiteBuildProperties class. |
Properties
ApiBuildCommand |
Gets or sets a custom command to run during deployment of the Azure Functions API application. |
ApiLocation |
Gets or sets the path to the api code within the repository. |
AppArtifactLocation |
Gets or sets deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation) |
AppBuildCommand |
Gets or sets a custom command to run during deployment of the static content application. |
AppLocation |
Gets or sets the path to the app code within the repository. |
GithubActionSecretNameOverride |
Gets or sets github Action secret name override. |
OutputLocation |
Gets or sets the output path of the app after building. |
SkipGithubActionWorkflowGeneration |
Gets or sets skip Github Action workflow generation. |
Applies to
Azure SDK for .NET