Microsoft.DeploymentManager serviceTopologies/services template reference
Template format
To create a Microsoft.DeploymentManager/serviceTopologies/services resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.DeploymentManager/serviceTopologies/services",
"apiVersion": "2019-11-01-preview",
"tags": {},
"location": "string",
"properties": {
"targetLocation": "string",
"targetSubscriptionId": "string"
},
"resources": []
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.DeploymentManager/serviceTopologies/services object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the service resource. |
type | enum | Yes | services -or- Microsoft.DeploymentManager/serviceTopologies/services See Set name and type for child resources. |
apiVersion | enum | Yes | 2019-11-01-preview |
tags | object | No | Resource tags. |
location | string | Yes | The geo-location where the resource lives |
properties | object | Yes | The properties that define a service in a service topology. - ServiceResourceProperties object |
resources | array | No | serviceUnits |
ServiceResourceProperties object
Name | Type | Required | Value |
---|---|---|---|
targetLocation | string | Yes | The Azure location to which the resources in the service belong to or should be deployed to. |
targetSubscriptionId | string | Yes | The subscription to which the resources in the service belong to or should be deployed to. |