INPUT_OBJECT
UpgradeAzureCloudAccountFeatureInput
Description
Input to upgrade a feature for an Azure cloud account.
link GraphQL Schema definition
- input UpgradeAzureCloudAccountFeatureInput {
- # Feature to be upgraded.
- : CloudAccountFeature!
- # Specifies a list of permission groups for upgrading the feature. If the list is
- # empty, existing permission groups are upgraded if they are available.
- : [PermissionsGroup!]!
- # Specify a new resource group which will be created during the feature upgrade.
- # However, this resource group will only be created if a mapping between the
- # feature and the resource group does not already exist. Currently, this behavior
- # is supported only for the AZURE_SQL_DB_PROTECTION feature.
- : AddAzureCloudAccountResourceGroupInput
- # Specific feature input to be used for upgrading the feature. Currently, this
- # behavior is supported only for the AZURE_SQL_DB_PROTECTION feature.
- : AddAzureCloudAccountSpecificFeatureInput
- }
link Require by
- SubscriptionIdWithFeaturesToUpgradeInputInput for upgrading specific features for a subscription.
- UpgradeAzureCloudAccountInputInput for upgrading an Azure Cloud Account.
- UpgradeAzureCloudAccountPermissionsWithoutOauthInputInput for upgrading Azure Cloud Account feature to connected state from update permissions without OAuth.