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. |
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript