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: Optional[str] = None, **kwargs)
Parameters
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- 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
- datetime
When this build was created.
- last_updated_on
- datetime
When this build was updated.
- status
- str or BuildStatus
The status of the static site build. Possible values include: "WaitingForDeployment", "Uploading", "Deploying", "Ready", "Failed", "Deleting", "Detached".
- user_provided_function_apps
- list[StaticSiteUserProvidedFunctionApp]
User provided function apps registered with the static site build.
Feedback
Submit and view feedback for