Cloud.Azure.ResourceGroup
Cloud.Azure.ResourceGroup
Request schema for provisioning of Azure ResourceGroup
JSON Example
{
"count": 0,
"name": "string",
"providerId": "string",
"resourceName": "string",
"tags": [
{
"key": "string",
"value": "string"
}
],
"useExisting": false
}
integer
count
Optional
The number of resource instances to be created.
string
name
Required
ResourceGroup name.
string
providerId
Optional
A unique identifier of the resource in the context of the provider.
string
resourceName
Optional
The actual name of the resource group determent after the allocation. This property should be used in other Azure resource to specify the relation.
array of object
tags
Optional
Resource categorization, in case-sensitive key names, or in key-value pairs.
boolean
useExisting
Optional
Whether or not a new resource group should be created or should an existing one be reused.