INPUT_OBJECT

AzureUpdateTenantForSubscriptionInput

Description

Input for updating the tenant for the Azure Subscription.

link GraphQL Schema definition

  • input AzureUpdateTenantForSubscriptionInput {
  • # Cloud Account ID of the Azure Subscription whose tenant you want to update.
  • customerSubscriptionId: String!
  • # New tenant domain name for the Azure subscription.
  • tenantDomainName: String!
  • # Type of the Azure Tenant. Possible values are Azure Public Cloud and Azure China
  • # Cloud.
  • cloudType: AzureCloudType!
  • }

link Require by