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.v2021_01_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". |
user_provided_function_apps
|
User provided function apps registered with the static site build. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python