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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript