StaticSiteZipDeployment interface
A static site zip deployment.
Properties
| api |
URL for the zipped api content |
| app |
URL for the zipped app content |
| deployment |
A title to label the deployment |
| function |
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