StaticSitesWorkflowPreviewRequest Class

Request entity for previewing the Static Site workflow.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2021_01_15.models._models_py3.ProxyOnlyResource
StaticSitesWorkflowPreviewRequest

Constructor

StaticSitesWorkflowPreviewRequest(*, kind: Optional[str] = None, repository_url: Optional[str] = None, branch: Optional[str] = None, build_properties: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.StaticSiteBuildProperties] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

repository_url
str
Required

URL for the repository of the static site.

branch
str
Required

The target branch in the repository.

build_properties
StaticSiteBuildProperties
Required

Build properties to configure on the repository.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.