OBJECT
AzureResourceGroupInfo
Description
Details of the Azure resource group if it exists.
link GraphQL Schema definition
- type AzureResourceGroupInfo {
- # The native ID of the Azure subscription.
- UUID! :
- # The name of the resource group.
- String! :
- # The region of the resource group.
- AzureCloudAccountRegion! :
- # The tags on the resource group.
- TagObject!]! : [
- }