ServiceUnitProperties interface
Defines the properties of a service unit.
Properties
artifacts | The artifacts for the service unit. |
deployment |
Describes the type of ARM deployment to be performed on the resource. Possible values include: 'Incremental', 'Complete' |
target |
The Azure Resource Group to which the resources in the service unit belong to or should be deployed to. |
Property Details
artifacts
The artifacts for the service unit.
artifacts?: ServiceUnitArtifacts
Property Value
deploymentMode
Describes the type of ARM deployment to be performed on the resource. Possible values include: 'Incremental', 'Complete'
deploymentMode: DeploymentMode
Property Value
targetResourceGroup
The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
targetResourceGroup: string
Property Value
string