Share via


IStaticSite Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteTypeConverter))]
public interface IStaticSite : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteTypeConverter))>]
type IStaticSite = interface
    interface IJsonSerializable
Public Interface IStaticSite
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Branch

The target branch in the repository.

BuildPropertyApiLocation

The path to the api code within the repository.

BuildPropertyAppArtifactLocation

The path of the app artifacts after building.

BuildPropertyAppLocation

The path to the app code within the repository.

CustomDomain

The custom domains associated with this static site.

DefaultHostname

The default autogenerated hostname for the static site.

RepositoryToken

A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.

RepositoryUrl

URL for the repository of the static site.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to