StaticSiteBuildARMResourceProperties Class
StaticSiteBuildARMResource resource specific properties.
Constructor
StaticSiteBuildARMResourceProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
Attributes
build_id
An identifier for the static site build.
build_id: str | None
created_time_utc
When this build was created.
created_time_utc: datetime | None
database_connections
Database connections for the static site build.
database_connections: list['_models.DatabaseConnectionOverview'] | None
hostname
The hostname for a static site build.
hostname: str | None
last_updated_on
When this build was updated.
last_updated_on: datetime | None
linked_backends
Backends linked to the static side build.
linked_backends: list['_models.StaticSiteLinkedBackend'] | None
pull_request_title
The title of a pull request that a static site build is related to.
pull_request_title: str | None
source_branch
The source branch.
source_branch: str | None
status
"WaitingForDeployment", "Uploading", "Deploying", "Ready", "Failed", "Deleting", and "Detached".
status: str | _models.BuildStatus | None
user_provided_function_apps
User provided function apps registered with the static site build.
user_provided_function_apps: list['_models.StaticSiteUserProvidedFunctionApp'] | None