Uses of Class
com.azure.resourcemanager.redis.models.RedisCreateParameters
Packages that use RedisCreateParameters
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of RedisCreateParameters in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent with parameters of type RedisCreateParametersModifier and TypeMethodDescriptioncom.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.RedisClient.create(String resourceGroupName, String name, RedisCreateParameters parameters) Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.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.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. -
Uses of RedisCreateParameters in com.azure.resourcemanager.redis.models
Classes in com.azure.resourcemanager.redis.models that implement interfaces with type arguments of type RedisCreateParametersModifier and TypeClassDescriptionfinal classParameters supplied to the Create Redis operation.Methods in com.azure.resourcemanager.redis.models that return RedisCreateParametersModifier and TypeMethodDescriptionstatic RedisCreateParametersRedisCreateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RedisCreateParameters from the JsonReader.RedisCreateParameters.withDisableAccessKeyAuthentication(Boolean disableAccessKeyAuthentication) Set the disableAccessKeyAuthentication property: Authentication to Redis through access keys is disabled when set as true.RedisCreateParameters.withEnableNonSslPort(Boolean enableNonSslPort) Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.RedisCreateParameters.withIdentity(ManagedServiceIdentity identity) Set the identity property: The identity of the resource.RedisCreateParameters.withLocation(String location) Set the location property: The geo-location where the resource lives.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.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisCreateParameters.withRedisConfiguration(RedisConfiguration redisConfiguration) Set the redisConfiguration property: All Redis Settings.RedisCreateParameters.withRedisVersion(String redisVersion) Set the redisVersion property: Redis version.RedisCreateParameters.withReplicasPerMaster(Integer replicasPerMaster) Set the replicasPerMaster property: The number of replicas to be created per primary.RedisCreateParameters.withReplicasPerPrimary(Integer replicasPerPrimary) Set the replicasPerPrimary property: The number of replicas to be created per primary.RedisCreateParameters.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.RedisCreateParameters.withStaticIp(String staticIp) Set the staticIp property: Static IP address.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.Set the tags property: Resource tags.RedisCreateParameters.withTenantSettings(Map<String, String> tenantSettings) Set the tenantSettings property: A dictionary of tenant settings.RedisCreateParameters.withUpdateChannel(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisCreateParameters.withZonalAllocationPolicy(ZonalAllocationPolicy zonalAllocationPolicy) Set the zonalAllocationPolicy property: Optional: Specifies how availability zones are allocated to the Redis cache.Set the zones property: A list of availability zones denoting where the resource needs to come from.