StaticSiteBuildARMResourcePropertiesOutput interface
StaticSiteBuildARMResource resource specific properties
Properties
| build |
An identifier for the static site build. |
| created |
When this build was created. |
| hostname | The hostname for a static site build. |
| last |
When this build was updated. |
| pull |
The title of a pull request that a static site build is related to. |
| source |
The source branch. |
| status | The status of the static site build. |
| user |
User provided function apps registered with the static site build |
Property Details
buildId
An identifier for the static site build.
buildId?: string
Property Value
string
createdTimeUtc
When this build was created.
createdTimeUtc?: string
Property Value
string
hostname
The hostname for a static site build.
hostname?: string
Property Value
string
lastUpdatedOn
When this build was updated.
lastUpdatedOn?: string
Property Value
string
pullRequestTitle
The title of a pull request that a static site build is related to.
pullRequestTitle?: string
Property Value
string
sourceBranch
The source branch.
sourceBranch?: string
Property Value
string
status
The status of the static site build.
status?: "Failed" | "Deleting" | "Ready" | "WaitingForDeployment" | "Uploading" | "Deploying" | "Detached"
Property Value
"Failed" | "Deleting" | "Ready" | "WaitingForDeployment" | "Uploading" | "Deploying" | "Detached"
userProvidedFunctionApps
User provided function apps registered with the static site build
userProvidedFunctionApps?: StaticSiteUserProvidedFunctionAppOutput[]