StaticSiteBuildProperties Class

Build properties for the static site.

Inheritance
azure.mgmt.web._serialization.Model
StaticSiteBuildProperties

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
str

The path to the app code within the repository.

api_location
str

The path to the api code within the repository.

app_artifact_location
str

The path of the app artifacts after building.

Variables

Name Description
app_location
str

The path to the app code within the repository.

api_location
str

The path to the api code within the repository.

app_artifact_location
str

The path of the app artifacts after building.