StaticSiteBuildARMResourcePropertiesOutput interface

StaticSiteBuildARMResource resource specific properties

Properties

buildId

An identifier for the static site build.

createdTimeUtc

When this build was created.

hostname

The hostname for a static site build.

lastUpdatedOn

When this build was updated.

pullRequestTitle

The title of a pull request that a static site build is related to.

sourceBranch

The source branch.

status

The status of the static site build.

userProvidedFunctionApps

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[]

Property Value