ManagedResourceGroupConfiguration interface
ManagedResourceGroupConfiguration represents the configuration of the resource group managed by Azure.
Properties
| location | The location of the managed resource group. If not specified, the location of the parent resource is chosen. |
| name | The name for the managed resource group. If not specified, the unique name is automatically generated. |
Property Details
location
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
location?: string
Property Value
string
name
The name for the managed resource group. If not specified, the unique name is automatically generated.
name?: string
Property Value
string