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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for JavaScript