OBJECT

AzureResourceGroupDetails

Description

Azure native resource group and subscription details.

link GraphQL Schema definition

  • type AzureResourceGroupDetails {
  • # The details of the Azure subscription associated with the resource group.
  • azureSubscriptionDetails: AzureNativeSubscriptionDetails!
  • # The unique identifier for the Azure resource group.
  • id: String!
  • # The name of the Azure resource group.
  • name: String!
  • }