ServiceUnitResourceProperties interface
The properties that define the 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. |
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.
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
Azure SDK for JavaScript