INPUT_OBJECT

AzureNativeResourceGroupInfoInput

Description

Input for getting Azure resource group if it exists.

link GraphQL Schema definition

  • input AzureNativeResourceGroupInfoInput {
  • # The native ID of the Azure subscription.
  • subscriptionNativeId: UUID!
  • # The name of the resource group.
  • resourceGroupName: String!
  • }