Share via


StaticSiteZipDeployment interface

A static site zip deployment.

Properties

apiZipUrl

URL for the zipped api content

appZipUrl

URL for the zipped app content

deploymentTitle

A title to label the deployment

functionLanguage

The language of the api content, if it exists

provider

The provider submitting this deployment

Property Details

apiZipUrl

URL for the zipped api content

apiZipUrl?: string

Property Value

string

appZipUrl

URL for the zipped app content

appZipUrl?: string

Property Value

string

deploymentTitle

A title to label the deployment

deploymentTitle?: string

Property Value

string

functionLanguage

The language of the api content, if it exists

functionLanguage?: string

Property Value

string

provider

The provider submitting this deployment

provider?: string

Property Value

string