StaticSiteZipDeploymentARMResource Class

Static site zip deployment ARM resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2021_01_15.models._models_py3.ProxyOnlyResource
StaticSiteZipDeploymentARMResource

Constructor

StaticSiteZipDeploymentARMResource(*, kind: Optional[str] = None, app_zip_url: Optional[str] = None, api_zip_url: Optional[str] = None, deployment_title: Optional[str] = None, provider: Optional[str] = None, function_language: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

app_zip_url
str
Required

URL for the zipped app content.

api_zip_url
str
Required

URL for the zipped api content.

deployment_title
str
Required

A title to label the deployment.

provider
str
Required

The provider submitting this deployment.

function_language
str
Required

The language of the api content, if it exists.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.