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.
  • subscriptionNativeId: UUID!
  • # The name of the resource group.
  • resourceGroupName: String!
  • # The region of the resource group.
  • region: AzureCloudAccountRegion!
  • # The tags on the resource group.
  • tags: [TagObject!]!
  • }

link Require by