StaticSiteBuildData Class

Definition

A class representing the StaticSiteBuild data model. Static Site Build ARM resource.

public class StaticSiteBuildData : Azure.ResourceManager.Models.ResourceData
public class StaticSiteBuildData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.StaticSiteBuildData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.StaticSiteBuildData>
type StaticSiteBuildData = class
    inherit ResourceData
type StaticSiteBuildData = class
    inherit ResourceData
    interface IJsonModel<StaticSiteBuildData>
    interface IPersistableModel<StaticSiteBuildData>
Public Class StaticSiteBuildData
Inherits ResourceData
Public Class StaticSiteBuildData
Inherits ResourceData
Implements IJsonModel(Of StaticSiteBuildData), IPersistableModel(Of StaticSiteBuildData)
Inheritance
StaticSiteBuildData
Implements

Constructors

StaticSiteBuildData()

Initializes a new instance of StaticSiteBuildData.

Properties

BuildId

An identifier for the static site build.

CreatedOn

When this build was created.

Hostname

The hostname for a static site build.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Kind

Kind of resource.

LastUpdatedOn

When this build was updated.

Name

The name of the resource.

(Inherited from ResourceData)
PullRequestTitle

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

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SourceBranch

The source branch.

Status

The status of the static site build.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
UserProvidedFunctionApps

User provided function apps registered with the static site build.

Explicit Interface Implementations

IJsonModel<StaticSiteBuildData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StaticSiteBuildData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StaticSiteBuildData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StaticSiteBuildData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StaticSiteBuildData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to