StaticSiteBuildARMResource Class
Static Site Build ARM resource.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
StaticSiteBuildARMResource(*, kind: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
kind
|
Kind of resource. Default value: None
|
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". |
|
user_provided_function_apps
|
User provided function apps registered with the static site build. |
|
linked_backends
|
Backends linked to the static side build. |
|
database_connections
|
Database connections for the static site build. |