Cloud.Azure.ResourceGroup
Cloud.Azure.ResourceGroup
Request schema for provisioning of Azure ResourceGroup
JSON Example
{
"name": "string",
"resourceName": "string",
"useExisting": false
}
string
name
Required
ResourceGroup name.
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.
boolean
useExisting
Optional
Whether or not a new resource group should be created or should an existing one be reused.