How to change "Backup storage redundancy" for "Azure SQL Managed Instance"?

I have tried all possible attributes and I get error as “An argument named “account_replication_type” is not expected here.”

How can I mention backup redundant like “GRS/LRS/ZRS” to Azure SQl Managed Instance? By default it takes only “GRS” but I want to change to “LRS/ZRS”

I have tried below parameters, didn’t worked
storage_Account_Type = “ZRS”
zone_Redundant = True
account_replication_type = “ZRS”