INPUT_OBJECT

AddAzureCloudAccountResourceGroupInput

Description

Input for the resource group to be used for the feature being enabled.

link GraphQL Schema definition

  • input AddAzureCloudAccountResourceGroupInput {
  • # The name of the resource group.
  • name: String!
  • # The tags to be added on the resource group. If not passed, no tags will be added
  • # on the resource group.
  • tags: TagsInput
  • # The region name of the resource group.
  • region: AzureCloudAccountRegion!
  • }