StaticSiteBuildProperties Class
Build properties for the static site.
- Inheritance
-
azure.mgmt.web._serialization.ModelStaticSiteBuildProperties
Constructor
StaticSiteBuildProperties(*, app_location: str | None = None, api_location: str | None = None, app_artifact_location: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
app_location
|
The path to the app code within the repository. |
api_location
|
The path to the api code within the repository. |
app_artifact_location
|
The path of the app artifacts after building. |
Variables
Name | Description |
---|---|
app_location
|
The path to the app code within the repository. |
api_location
|
The path to the api code within the repository. |
app_artifact_location
|
The path of the app artifacts after building. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python