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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python