Cloud.Azure.ResourceGroup
Request schema for provisioning of Azure ResourceGroup
{
"constraints": [
{
"tag": "string"
}
],
"count": 0,
"name": "string",
"providerId": "string",
"resourceName": "string",
"tags": [
{
"key": "string",
"value": "string"
}
],
"useExisting": false
}
To target the correct resources, blueprint constraints are matched against infrastructure capability tags. Constraints must include the key name. Options include value, negative[!], and hard or soft requirement.
The number of resource instances to be created.
ResourceGroup name.
A unique identifier of the resource in the context of the provider.
The actual name of the resource group determent after the allocation. This property should be used in other Azure resource to specify the relation.
Resource categorization, in case-sensitive key names, or in key-value pairs.
Whether or not a new resource group should be created or should an existing one be reused.