Skip to content

azureUpdateTenantForSubscription

Updates the Tenant of the Azure Subscription added in RSC.

Arguments

Argument Type Description
input (required) AzureUpdateTenantForSubscriptionInput! Input for updating the tenant for the Azure Subscription.

Returns

Void

Sample

mutation AzureUpdateTenantForSubscription($input: AzureUpdateTenantForSubscriptionInput!) {
  azureUpdateTenantForSubscription(input: $input)
}
{
  "input": {
    "cloudType": "AZURECHINACLOUD",
    "customerSubscriptionId": "example-string",
    "tenantDomainName": "example-string"
  }
}
{
  "data": {
    "azureUpdateTenantForSubscription": "example-string"
  }
}