ServiceUnit interface

Defines a service unit.

Extends

Properties

name

Name of the service unit.

steps

Detailed step information, if present.

Inherited Properties

artifacts

The artifacts for the service unit.

deploymentMode

Describes the type of ARM deployment to be performed on the resource. Possible values include: 'Incremental', 'Complete'

targetResourceGroup

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?: string

Property Value

string

steps

Detailed step information, if present.

steps?: RolloutStep[]

Property Value

Inherited Property Details

artifacts

The artifacts for the service unit.

artifacts?: ServiceUnitArtifacts

Property Value

Inherited From ServiceUnitProperties.artifacts

deploymentMode

Describes the type of ARM deployment to be performed on the resource. Possible values include: 'Incremental', 'Complete'

deploymentMode: DeploymentMode

Property 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: string

Property Value

string

Inherited From ServiceUnitProperties.targetResourceGroup