你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StaticSitesWorkflowPreviewRequestProperties Class

StaticSitesWorkflowPreviewRequest resource specific properties.

Constructor

StaticSitesWorkflowPreviewRequestProperties(*args: Any, **kwargs: Any)

Variables

Name Description
repository_url
str

URL for the repository of the static site.

branch
str

The target branch in the repository.

build_properties

Build properties to configure on the repository.

Attributes

branch

The target branch in the repository.

branch: str | None

build_properties

Build properties to configure on the repository.

build_properties: _models.StaticSiteBuildProperties | None

repository_url

URL for the repository of the static site.

repository_url: str | None