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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript