DeploymentPropertiesExtended Class
Deployment properties with additional details.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
DeploymentPropertiesExtended
Constructor
DeploymentPropertiesExtended(*, outputs: Optional[Any] = None, providers: Optional[List[azure.mgmt.resource.resources.v2016_09_01.models._models_py3.Provider]] = None, dependencies: Optional[List[azure.mgmt.resource.resources.v2016_09_01.models._models_py3.Dependency]] = None, template: Optional[Any] = None, template_link: Optional[azure.mgmt.resource.resources.v2016_09_01.models._models_py3.TemplateLink] = None, parameters: Optional[Any] = None, parameters_link: Optional[azure.mgmt.resource.resources.v2016_09_01.models._models_py3.ParametersLink] = None, mode: Optional[Union[str, azure.mgmt.resource.resources.v2016_09_01.models._resource_management_client_enums.DeploymentMode]] = None, debug_setting: Optional[azure.mgmt.resource.resources.v2016_09_01.models._models_py3.DebugSetting] = None, **kwargs)
Variables
- provisioning_state
- str
The state of the provisioning.
- correlation_id
- str
The correlation ID of the deployment.
- timestamp
- datetime
The timestamp of the template deployment.
- outputs
- any
Key/value pairs that represent deployment output.
- dependencies
- list[Dependency]
The list of deployment dependencies.
- template
- any
The template content. Use only one of Template or TemplateLink.
- template_link
- TemplateLink
The URI referencing the template. Use only one of Template or TemplateLink.
- parameters
- any
Deployment parameters. Use only one of Parameters or ParametersLink.
- parameters_link
- ParametersLink
The URI referencing the parameters. Use only one of Parameters or ParametersLink.
- mode
- str or DeploymentMode
The deployment mode. Possible values are Incremental and Complete. Possible values include: "Incremental", "Complete".
- debug_setting
- DebugSetting
The debug setting of the deployment.
- error
- ErrorResponse
The deployment error.
Feedback
Submit and view feedback for