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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python