你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RedisResource.ZonalAllocationPolicy Property

Definition

Optional: Specifies how availability zones are allocated to the Redis cache. 'Automatic' enables zone redundancy and Azure will automatically select zones based on regional availability and capacity. 'UserDefined' will select availability zones passed in by you using the 'zones' parameter. 'NoZones' will produce a non-zonal cache. If 'zonalAllocationPolicy' is not passed, it will be set to 'UserDefined' when zones are passed in, otherwise, it will be set to 'Automatic' in regions where zones are supported and 'NoZones' in regions where zones are not supported.

public Azure.Provisioning.BicepValue<Azure.Provisioning.Redis.ZonalAllocationPolicy> ZonalAllocationPolicy { get; set; }
member this.ZonalAllocationPolicy : Azure.Provisioning.BicepValue<Azure.Provisioning.Redis.ZonalAllocationPolicy> with get, set
Public Property ZonalAllocationPolicy As BicepValue(Of ZonalAllocationPolicy)

Property Value

Applies to