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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python