ServiceUnit interface 
Defines a service unit.
- Extends
Inherited Properties
| artifacts | The artifacts for the service unit. | 
| deployment | Describes the type of ARM deployment to be performed on the resource. | 
| target | The Azure Resource Group to which the resources in the service unit belong to or should be deployed to. | 
Property Details
name
Name of the service unit.
name?: stringProperty Value
string
steps
Inherited Property Details
artifacts
The artifacts for the service unit.
artifacts?: ServiceUnitArtifactsProperty Value
Inherited From ServiceUnitProperties.artifacts
		deploymentMode
	 
	Describes the type of ARM deployment to be performed on the resource.
deploymentMode: DeploymentModeProperty Value
Inherited From ServiceUnitProperties.deploymentMode
		targetResourceGroup
	  
	The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
targetResourceGroup: stringProperty Value
string
Inherited From ServiceUnitProperties.targetResourceGroup