StaticSiteBuildARMResource Class

Static Site Build ARM resource.

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

Inheritance
azure.mgmt.web.v2020_12_01.models._models_py3.ProxyOnlyResource
StaticSiteBuildARMResource

Constructor

StaticSiteBuildARMResource(*, kind: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

build_id
str

An identifier for the static site build.

source_branch
str

The source branch.

pull_request_title
str

The title of a pull request that a static site build is related to.

hostname
str

The hostname for a static site build.

created_time_utc

When this build was created.

last_updated_on

When this build was updated.

status

The status of the static site build. Known values are: "WaitingForDeployment", "Uploading", "Deploying", "Ready", "Failed", "Deleting", and "Detached".

user_provided_function_apps

User provided function apps registered with the static site build.