DeploymentProperties Class
Deployment properties.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelDeploymentProperties
Constructor
DeploymentProperties(*, mode: str | _models.DeploymentMode, template: MutableMapping[str, Any] | None = None, template_link: _models.TemplateLink | None = None, parameters: MutableMapping[str, Any] | None = None, parameters_link: _models.ParametersLink | None = None, debug_setting: _models.DebugSetting | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
template
|
<xref:JSON>
The template content. It can be a JObject or a well formed JSON string. Use only one of Template or TemplateLink. |
template_link
|
The template URI. Use only one of Template or TemplateLink. |
parameters
|
<xref:JSON>
Deployment parameters. It can be a JObject or a well formed JSON string. Use only one of Parameters or ParametersLink. |
parameters_link
|
The parameters URI. Use only one of Parameters or ParametersLink. |
mode
|
The deployment mode. Required. Known values are: "Incremental" and "Complete". |
debug_setting
|
The debug setting of the deployment. |
Variables
Name | Description |
---|---|
template
|
<xref:JSON>
The template content. It can be a JObject or a well formed JSON string. Use only one of Template or TemplateLink. |
template_link
|
The template URI. Use only one of Template or TemplateLink. |
parameters
|
<xref:JSON>
Deployment parameters. It can be a JObject or a well formed JSON string. Use only one of Parameters or ParametersLink. |
parameters_link
|
The parameters URI. Use only one of Parameters or ParametersLink. |
mode
|
The deployment mode. Required. Known values are: "Incremental" and "Complete". |
debug_setting
|
The debug setting of the deployment. |
Azure SDK for Python