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