| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent |
Package containing the service clients for RedisManagementClient.
|
| com.azure.resourcemanager.redis.fluent.models |
Package containing the inner data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RedisResourceInner |
RedisClient.create(String resourceGroupName,
String name,
RedisCreateParameters parameters)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
RedisResourceInner |
RedisClient.create(String resourceGroupName,
String name,
RedisCreateParameters parameters,
com.azure.core.util.Context context)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
RedisResourceInner |
RedisClient.getByResourceGroup(String resourceGroupName,
String name)
Gets a Redis cache (resource description).
|
RedisResourceInner |
RedisClient.update(String resourceGroupName,
String name,
RedisUpdateParameters parameters)
Update an existing Redis cache.
|
| Modifier and Type | Method and Description |
|---|---|
RedisResourceInner |
RedisResourceInner.withEnableNonSslPort(Boolean enableNonSslPort)
Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.
|
RedisResourceInner |
RedisResourceInner.withLocation(String location) |
RedisResourceInner |
RedisResourceInner.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').
|
RedisResourceInner |
RedisResourceInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisResourceInner |
RedisResourceInner.withRedisConfiguration(Map<String,String> redisConfiguration)
Set the redisConfiguration property: All Redis Settings.
|
RedisResourceInner |
RedisResourceInner.withRedisVersion(String redisVersion)
Set the redisVersion property: Redis version.
|
RedisResourceInner |
RedisResourceInner.withReplicasPerMaster(Integer replicasPerMaster)
Set the replicasPerMaster property: The number of replicas to be created per primary.
|
RedisResourceInner |
RedisResourceInner.withReplicasPerPrimary(Integer replicasPerPrimary)
Set the replicasPerPrimary property: The number of replicas to be created per primary.
|
RedisResourceInner |
RedisResourceInner.withShardCount(Integer shardCount)
Set the shardCount property: The number of shards to be created on a Premium Cluster Cache.
|
RedisResourceInner |
RedisResourceInner.withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
RedisResourceInner |
RedisResourceInner.withStaticIp(String staticIp)
Set the staticIp property: Static IP address.
|
RedisResourceInner |
RedisResourceInner.withSubnetId(String subnetId)
Set the subnetId property: The full resource ID of a subnet in a virtual network to deploy the Redis cache in.
|
RedisResourceInner |
RedisResourceInner.withTags(Map<String,String> tags) |
RedisResourceInner |
RedisResourceInner.withTenantSettings(Map<String,String> tenantSettings)
Set the tenantSettings property: A dictionary of tenant settings.
|
RedisResourceInner |
RedisResourceInner.withZones(List<String> zones)
Set the zones property: A list of availability zones denoting where the resource needs to come from.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.