INPUT_OBJECT
UpdateCloudNativeAzureStorageSettingInput
Description
Input for updating azure storage settings. Specify old value of the property if no change is intended on the property.
link GraphQL Schema definition
- input UpdateCloudNativeAzureStorageSettingInput {
- # ID for the storage setting.
- UUID! :
- # Name of the storage setting.
- String! :
- # Tags for the storage account. Old tags are removed and new tags are applied.
- TagsInput! :
- # Storage tier for the storage account.
- AzureStorageTier! :
- # Information about the customer-managed key and key vault.
- AzureCmkInput!] : [
- }