default Recovery Disk Type
The type of storage account that should be used for recovery disks when a failover is done. Possible values are Premium_LRS
, Standard_LRS
and StandardSSD_LRS
.
Note: Only one of
default_recovery_disk_type
ormanaged_disk
must be specified. Note: Changingdefault_recovery_disk_type
forces a new resource to be created. But removing it does not. Note: Whendefault_recovery_disk_type
co-exist withmanaged_disk
, the value ofdefault_recovery_disk_type
must be as same astarget_disk_type
of everymanaged_disk
or it forces a new resource to be created.