OBJECT
AzureResourceGroup
Description
Azure resource group.
link GraphQL Schema definition
- type AzureResourceGroup {
- # The name of the resource group.
- : String!
- # The native ID of the resource group.
- : String!
- # The region name of the resource group. Example: AustraliaEast.
- : AzureNativeRegion!
- # The tags present in the resource group.
- : [AzureTag!]!
- }