ApplicationDeploymentPolicy Class
Managed application deployment policy.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.managedapplications._serialization.ModelApplicationDeploymentPolicy
Constructor
ApplicationDeploymentPolicy(*, deployment_mode: str | _models.DeploymentMode, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
deployment_mode
|
The managed application deployment mode. Required. Known values are: "NotSpecified", "Incremental", and "Complete". |
Variables
Name | Description |
---|---|
deployment_mode
|
The managed application deployment mode. Required. Known values are: "NotSpecified", "Incremental", and "Complete". |
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