Uses of Class
com.azure.resourcemanager.redis.models.UpdateChannel
Packages that use UpdateChannel
Package
Description
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of UpdateChannel in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return UpdateChannelModifier and TypeMethodDescriptionRedisResourceInner.updateChannel()
Get the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type UpdateChannelModifier and TypeMethodDescriptionRedisCreateProperties.withUpdateChannel
(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisPropertiesInner.withUpdateChannel
(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisResourceInner.withUpdateChannel
(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisUpdateProperties.withUpdateChannel
(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. -
Uses of UpdateChannel in com.azure.resourcemanager.redis.models
Fields in com.azure.resourcemanager.redis.models declared as UpdateChannelModifier and TypeFieldDescriptionstatic final UpdateChannel
UpdateChannel.PREVIEW
Static value Preview for UpdateChannel.static final UpdateChannel
UpdateChannel.STABLE
Static value Stable for UpdateChannel.Methods in com.azure.resourcemanager.redis.models that return UpdateChannelModifier and TypeMethodDescriptionstatic UpdateChannel
UpdateChannel.fromString
(String name) Creates or finds a UpdateChannel from its string representation.RedisCommonProperties.updateChannel()
Get the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisCreateParameters.updateChannel()
Get the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisUpdateParameters.updateChannel()
Get the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.Methods in com.azure.resourcemanager.redis.models that return types with arguments of type UpdateChannelModifier and TypeMethodDescriptionstatic Collection
<UpdateChannel> UpdateChannel.values()
Gets known UpdateChannel values.Methods in com.azure.resourcemanager.redis.models with parameters of type UpdateChannelModifier and TypeMethodDescriptionRedisCommonProperties.withUpdateChannel
(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisCreateParameters.withUpdateChannel
(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisUpdateParameters.withUpdateChannel
(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.