StaticSiteBuildData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the StaticSiteBuild data model. Static Site Build ARM resource.
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
interface IJsonModel<StaticSiteBuildData>
interface IPersistableModel<StaticSiteBuildData>
Public Class StaticSiteBuildData
Inherits ResourceData
Implements IJsonModel(Of StaticSiteBuildData), IPersistableModel(Of StaticSiteBuildData)
- Inheritance
- Implements
Constructors
StaticSiteBuildData() |
Initializes a new instance of StaticSiteBuildData. |
Properties
BuildId |
An identifier for the static site build. |
CreatedOn |
When this build was created. |
DatabaseConnections |
Database connections for the static site build. |
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. |
LinkedBackends |
Backends linked to the static side build. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
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
Azure SDK for .NET