StaticSiteBuildARMResource interface
Static Site Build ARM resource.
- Extends
Properties
build |
An identifier for the static site build. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
When this build was created. NOTE: This property will not be serialized. It can only be populated by the server. |
database |
Database connections for the static site build NOTE: This property will not be serialized. It can only be populated by the server. |
hostname | The hostname for a static site build. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
When this build was updated. NOTE: This property will not be serialized. It can only be populated by the server. |
linked |
Backends linked to the static side build NOTE: This property will not be serialized. It can only be populated by the server. |
pull |
The title of a pull request that a static site build is related to. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
The source branch. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the static site build. NOTE: This property will not be serialized. It can only be populated by the server. |
user |
User provided function apps registered with the static site build NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
buildId
An identifier for the static site build. NOTE: This property will not be serialized. It can only be populated by the server.
buildId?: string
Property Value
string
createdTimeUtc
When this build was created. NOTE: This property will not be serialized. It can only be populated by the server.
createdTimeUtc?: Date
Property Value
Date
databaseConnections
Database connections for the static site build NOTE: This property will not be serialized. It can only be populated by the server.
databaseConnections?: DatabaseConnectionOverview[]
Property Value
hostname
The hostname for a static site build. NOTE: This property will not be serialized. It can only be populated by the server.
hostname?: string
Property Value
string
lastUpdatedOn
When this build was updated. NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdatedOn?: Date
Property Value
Date
linkedBackends
Backends linked to the static side build NOTE: This property will not be serialized. It can only be populated by the server.
linkedBackends?: StaticSiteLinkedBackend[]
Property Value
pullRequestTitle
The title of a pull request that a static site build is related to. NOTE: This property will not be serialized. It can only be populated by the server.
pullRequestTitle?: string
Property Value
string
sourceBranch
The source branch. NOTE: This property will not be serialized. It can only be populated by the server.
sourceBranch?: string
Property Value
string
status
The status of the static site build. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
userProvidedFunctionApps
User provided function apps registered with the static site build NOTE: This property will not be serialized. It can only be populated by the server.
userProvidedFunctionApps?: StaticSiteUserProvidedFunctionApp[]
Property Value
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type