ServiceUnitResourceProperties Class
The properties that define the service unit.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.deploymentmanager.models._models_py3.ServiceUnitPropertiesServiceUnitResourceProperties
Constructor
ServiceUnitResourceProperties(*, target_resource_group: str, deployment_mode: Union[str, azure.mgmt.deploymentmanager.models._azure_deployment_manager_enums.DeploymentMode], artifacts: Optional[azure.mgmt.deploymentmanager.models._models_py3.ServiceUnitArtifacts] = None, **kwargs)
Parameters
- target_resource_group
- str
Required
Required. The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
- deployment_mode
- str or DeploymentMode
Required
Required. Describes the type of ARM deployment to be performed on the resource. Possible values include: "Incremental", "Complete".
Feedback
Submit and view feedback for