Uses of Class
com.azure.resourcemanager.redis.models.ZonalAllocationPolicy
Packages that use ZonalAllocationPolicy
Package
Description
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of ZonalAllocationPolicy in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return ZonalAllocationPolicyModifier and TypeMethodDescriptionRedisResourceInner.zonalAllocationPolicy()Get the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type ZonalAllocationPolicyModifier and TypeMethodDescriptionRedisCreateProperties.withZonalAllocationPolicy(ZonalAllocationPolicy zonalAllocationPolicy) Set the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.RedisPropertiesInner.withZonalAllocationPolicy(ZonalAllocationPolicy zonalAllocationPolicy) Set the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.RedisResourceInner.withZonalAllocationPolicy(ZonalAllocationPolicy zonalAllocationPolicy) Set the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.RedisUpdateProperties.withZonalAllocationPolicy(ZonalAllocationPolicy zonalAllocationPolicy) Set the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache. -
Uses of ZonalAllocationPolicy in com.azure.resourcemanager.redis.models
Fields in com.azure.resourcemanager.redis.models declared as ZonalAllocationPolicyModifier and TypeFieldDescriptionstatic final ZonalAllocationPolicyZonalAllocationPolicy.AUTOMATICStatic value Automatic for ZonalAllocationPolicy.static final ZonalAllocationPolicyZonalAllocationPolicy.NO_ZONESStatic value NoZones for ZonalAllocationPolicy.static final ZonalAllocationPolicyZonalAllocationPolicy.USER_DEFINEDStatic value UserDefined for ZonalAllocationPolicy.Methods in com.azure.resourcemanager.redis.models that return ZonalAllocationPolicyModifier and TypeMethodDescriptionstatic ZonalAllocationPolicyZonalAllocationPolicy.fromString(String name) Creates or finds a ZonalAllocationPolicy from its string representation.RedisCommonProperties.zonalAllocationPolicy()Get the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.RedisCreateParameters.zonalAllocationPolicy()Get the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.RedisUpdateParameters.zonalAllocationPolicy()Get the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.Methods in com.azure.resourcemanager.redis.models that return types with arguments of type ZonalAllocationPolicyModifier and TypeMethodDescriptionstatic Collection<ZonalAllocationPolicy> ZonalAllocationPolicy.values()Gets known ZonalAllocationPolicy values.Methods in com.azure.resourcemanager.redis.models with parameters of type ZonalAllocationPolicyModifier and TypeMethodDescriptionRedisCommonProperties.withZonalAllocationPolicy(ZonalAllocationPolicy zonalAllocationPolicy) Set the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.RedisCreateParameters.withZonalAllocationPolicy(ZonalAllocationPolicy zonalAllocationPolicy) Set the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.RedisUpdateParameters.withZonalAllocationPolicy(ZonalAllocationPolicy zonalAllocationPolicy) Set the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.