Cloud.Azure.ResourceGroup

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
Constraints: minimum: 0 maximum: 1 default: 1

The number of resource instances to be created.

string
name
Required
Constraints: minLength: 1

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
Constraints: default: true

Whether or not a new resource group should be created or should an existing one be reused.