StorageAccountStrategy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the strategy to be used when selecting the storage account type. Cannot be specified along with storageAccountType, but can be overridden per region by specifying targetRegions[].storageAccountType. This property is not updatable.
public enum StorageAccountStrategy
type StorageAccountStrategy =
Public Enum StorageAccountStrategy
- Inheritance
-
StorageAccountStrategy
Fields
| Name | Value | Description |
|---|---|---|
| PreferStandardZrs | 0 | Choose Standard_ZRS storage if the region supports it, else choose Standard_LRS storage, unless overridden by specifying regional storageAccountType. If no storageAccountStrategy is specified, this is the default strategy (from API version 2025-03-03 onwards). |
| DefaultStandardLrs | 1 | Choose Standard_LRS storage unless overridden by specifying regional storageAccountType. |