Uses of Class
com.azure.resourcemanager.redis.models.RedisUpdateParameters
Packages that use RedisUpdateParameters
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of RedisUpdateParameters in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent with parameters of type RedisUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<RedisResourceInner>, RedisResourceInner> RedisClient.beginUpdate
(String resourceGroupName, String name, RedisUpdateParameters parameters) Update an existing Redis cache.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<RedisResourceInner>, RedisResourceInner> RedisClient.beginUpdate
(String resourceGroupName, String name, RedisUpdateParameters parameters, com.azure.core.util.Context context) Update an existing Redis cache.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<RedisResourceInner>, RedisResourceInner> RedisClient.beginUpdateAsync
(String resourceGroupName, String name, RedisUpdateParameters parameters) Update an existing Redis cache.RedisClient.update
(String resourceGroupName, String name, RedisUpdateParameters parameters) Update an existing Redis cache.RedisClient.update
(String resourceGroupName, String name, RedisUpdateParameters parameters, com.azure.core.util.Context context) Update an existing Redis cache.RedisClient.updateAsync
(String resourceGroupName, String name, RedisUpdateParameters parameters) Update an existing Redis cache.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> RedisClient.updateWithResponseAsync
(String resourceGroupName, String name, RedisUpdateParameters parameters) Update an existing Redis cache. -
Uses of RedisUpdateParameters in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return RedisUpdateParametersModifier and TypeMethodDescriptionstatic RedisUpdateParameters
RedisUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RedisUpdateParameters from the JsonReader.RedisUpdateParameters.withDisableAccessKeyAuthentication
(Boolean disableAccessKeyAuthentication) Set the disableAccessKeyAuthentication property: Authentication to Redis through access keys is disabled when set as true.RedisUpdateParameters.withEnableNonSslPort
(Boolean enableNonSslPort) Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.RedisUpdateParameters.withIdentity
(ManagedServiceIdentity identity) Set the identity property: The identity of the resource.RedisUpdateParameters.withMinimumTlsVersion
(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisUpdateParameters.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisUpdateParameters.withRedisConfiguration
(RedisConfiguration redisConfiguration) Set the redisConfiguration property: All Redis Settings.RedisUpdateParameters.withRedisVersion
(String redisVersion) Set the redisVersion property: Redis version.RedisUpdateParameters.withReplicasPerMaster
(Integer replicasPerMaster) Set the replicasPerMaster property: The number of replicas to be created per primary.RedisUpdateParameters.withReplicasPerPrimary
(Integer replicasPerPrimary) Set the replicasPerPrimary property: The number of replicas to be created per primary.RedisUpdateParameters.withShardCount
(Integer shardCount) Set the shardCount property: The number of shards to be created on a Premium Cluster Cache.Set the sku property: The SKU of the Redis cache to deploy.Set the tags property: Resource tags.RedisUpdateParameters.withTenantSettings
(Map<String, String> tenantSettings) Set the tenantSettings property: A dictionary of tenant settings.RedisUpdateParameters.withUpdateChannel
(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisUpdateParameters.withZonalAllocationPolicy
(ZonalAllocationPolicy zonalAllocationPolicy) Set the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.