INPUT_OBJECT
UpdateAzureCloudAccountInput
Description
Input for updating an Azure Cloud Account.
link GraphQL Schema definition
- input UpdateAzureCloudAccountInput {
- # Subscriptions to be updated.
- AzureCloudAccountSubscriptionInput!]! : [
- # Features enabled on the Azure Cloud Account.
- CloudAccountFeature!]! : [
- # Regions to be added.
- AzureCloudAccountRegion!] : [
- # Regions to be removed.
- AzureCloudAccountRegion!] : [
- }