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_03_01.models._models_py3.ProxyOnlyResourceStaticSiteZipDeploymentARMResource
Constructor
StaticSiteZipDeploymentARMResource(*, kind: str | None = None, app_zip_url: str | None = None, api_zip_url: str | None = None, deployment_title: str | None = None, provider: str | None = None, function_language: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
app_zip_url
|
URL for the zipped app content. |
api_zip_url
|
URL for the zipped api content. |
deployment_title
|
A title to label the deployment. |
provider
|
The provider submitting this deployment. |
function_language
|
The language of the api content, if it exists. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
app_zip_url
|
URL for the zipped app content. |
api_zip_url
|
URL for the zipped api content. |
deployment_title
|
A title to label the deployment. |
provider
|
The provider submitting this deployment. |
function_language
|
The language of the api content, if it exists. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python