OBJECT

AzureResourceGroup

Description

Azure resource group.

link GraphQL Schema definition

  • type AzureResourceGroup {
  • # The native ID of the resource group.
  • nativeId: String!
  • # The name of the resource group.
  • name: String!
  • # The region name of the resource group. Example: AustraliaEast.
  • region: AzureNativeRegion!
  • # The tags present in the resource group.
  • tags: [AzureTag!]!
  • }