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 {
- #   Information about the customer-managed key and key vault.
- : [AzureCmkInput!]
- #   ID for the storage setting.
- : UUID!
- #   Name of the storage setting.
- : String!
- #   Information about the network access type of the storage account.
- : AzureStorageAccountNetworkAccess
- #   Tags for the storage account. Old tags are removed and new tags are applied.
- : TagsInput!
- #   Storage tier for the storage account.
- : AzureStorageTier!
- }