StaticSiteBuildARMResource Class

Definition

Static Site Build ARM resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSiteBuildARMResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSiteBuildARMResource = class
    inherit ProxyOnlyResource
Public Class StaticSiteBuildARMResource
Inherits ProxyOnlyResource
Inheritance
StaticSiteBuildARMResource
Attributes

Constructors

StaticSiteBuildARMResource()

Initializes a new instance of the StaticSiteBuildARMResource class.

StaticSiteBuildARMResource(String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<StaticSiteUserProvidedFunctionApp>)

Initializes a new instance of the StaticSiteBuildARMResource class.

Properties

BuildId

Gets an identifier for the static site build.

CreatedTimeUtc

Gets when this build was created.

Hostname

Gets the hostname for a static site build.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
LastUpdatedOn

Gets when this build was updated.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
PullRequestTitle

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

SourceBranch

Gets the source branch.

Status

Gets the status of the static site build. Possible values include: 'WaitingForDeployment', 'Uploading', 'Deploying', 'Ready', 'Failed', 'Deleting', 'Detached'

Type

Gets resource type.

(Inherited from ProxyOnlyResource)
UserProvidedFunctionApps

Gets user provided function apps registered with the static site build

Applies to