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_06_01.models._models_py3.ProxyOnlyResourceStaticSiteBuildARMResource
Constructor
StaticSiteBuildARMResource(*, kind: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
build_id
|
An identifier for the static site build. |
source_branch
|
The source branch. |
pull_request_title
|
The title of a pull request that a static site build is related to. |
hostname
|
The hostname for a static site build. |
created_time_utc
|
When this build was created. |
last_updated_on
|
When this build was updated. |
status
|
str or
BuildStatus
The status of the static site build. Known values are: "WaitingForDeployment", "Uploading", "Deploying", "Ready", "Failed", "Deleting", and "Detached". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python