| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent |
Package containing the service clients for RedisManagementClient.
|
| com.azure.resourcemanager.redis.models |
Package containing the data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RedisResourceInner>,RedisResourceInner> |
RedisClient.beginCreate(String resourceGroupName,
String name,
RedisCreateParameters parameters)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RedisResourceInner>,RedisResourceInner> |
RedisClient.beginCreate(String resourceGroupName,
String name,
RedisCreateParameters parameters,
com.azure.core.util.Context context)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RedisResourceInner>,RedisResourceInner> |
RedisClient.beginCreateAsync(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)
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.
|
Mono<RedisResourceInner> |
RedisClient.createAsync(String resourceGroupName,
String name,
RedisCreateParameters parameters)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
RedisClient.createWithResponseAsync(String resourceGroupName,
String name,
RedisCreateParameters parameters)
Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.
|
| Modifier and Type | Method and Description |
|---|---|
RedisCreateParameters |
RedisCreateParameters.withEnableNonSslPort(Boolean enableNonSslPort)
Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.
|
RedisCreateParameters |
RedisCreateParameters.withLocation(String location)
Set the location property: The geo-location where the resource lives.
|
RedisCreateParameters |
RedisCreateParameters.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').
|
RedisCreateParameters |
RedisCreateParameters.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.
|
RedisCreateParameters |
RedisCreateParameters.withRedisConfiguration(Map<String,String> redisConfiguration)
Set the redisConfiguration property: All Redis Settings.
|
RedisCreateParameters |
RedisCreateParameters.withRedisVersion(String redisVersion)
Set the redisVersion property: Redis version.
|
RedisCreateParameters |
RedisCreateParameters.withReplicasPerMaster(Integer replicasPerMaster)
Set the replicasPerMaster property: The number of replicas to be created per primary.
|
RedisCreateParameters |
RedisCreateParameters.withReplicasPerPrimary(Integer replicasPerPrimary)
Set the replicasPerPrimary property: The number of replicas to be created per primary.
|
RedisCreateParameters |
RedisCreateParameters.withShardCount(Integer shardCount)
Set the shardCount property: The number of shards to be created on a Premium Cluster Cache.
|
RedisCreateParameters |
RedisCreateParameters.withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
RedisCreateParameters |
RedisCreateParameters.withStaticIp(String staticIp)
Set the staticIp property: Static IP address.
|
RedisCreateParameters |
RedisCreateParameters.withSubnetId(String subnetId)
Set the subnetId property: The full resource ID of a subnet in a virtual network to deploy the Redis cache in.
|
RedisCreateParameters |
RedisCreateParameters.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
RedisCreateParameters |
RedisCreateParameters.withTenantSettings(Map<String,String> tenantSettings)
Set the tenantSettings property: A dictionary of tenant settings.
|
RedisCreateParameters |
RedisCreateParameters.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.