ServiceUnitProperties Class

Defines the properties of a service unit.

All required parameters must be populated in order to send to Azure.

Inheritance
ServiceUnitProperties

Constructor

ServiceUnitProperties(*, 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".

artifacts
ServiceUnitArtifacts
Required

The artifacts for the service unit.