Uses of Class
com.azure.resourcemanager.redis.models.RedisCreateParameters
-
Packages that use RedisCreateParameters 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. -
-
Uses of RedisCreateParameters in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent with parameters of type RedisCreateParameters Modifier and Type Method 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.RedisResourceInnerRedisClient. create(String resourceGroupName, String name, RedisCreateParameters parameters)Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.RedisResourceInnerRedisClient. 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. -
Uses of RedisCreateParameters in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return RedisCreateParameters Modifier and Type Method Description RedisCreateParametersRedisCreateParameters. withEnableNonSslPort(Boolean enableNonSslPort)Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.RedisCreateParametersRedisCreateParameters. withIdentity(ManagedServiceIdentity identity)Set the identity property: The identity of the resource.RedisCreateParametersRedisCreateParameters. withLocation(String location)Set the location property: The geo-location where the resource lives.RedisCreateParametersRedisCreateParameters. 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').RedisCreateParametersRedisCreateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisCreateParametersRedisCreateParameters. withRedisConfiguration(RedisConfiguration redisConfiguration)Set the redisConfiguration property: All Redis Settings.RedisCreateParametersRedisCreateParameters. withRedisVersion(String redisVersion)Set the redisVersion property: Redis version.RedisCreateParametersRedisCreateParameters. withReplicasPerMaster(Integer replicasPerMaster)Set the replicasPerMaster property: The number of replicas to be created per primary.RedisCreateParametersRedisCreateParameters. withReplicasPerPrimary(Integer replicasPerPrimary)Set the replicasPerPrimary property: The number of replicas to be created per primary.RedisCreateParametersRedisCreateParameters. withShardCount(Integer shardCount)Set the shardCount property: The number of shards to be created on a Premium Cluster Cache.RedisCreateParametersRedisCreateParameters. withSku(Sku sku)Set the sku property: The SKU of the Redis cache to deploy.RedisCreateParametersRedisCreateParameters. withStaticIp(String staticIp)Set the staticIp property: Static IP address.RedisCreateParametersRedisCreateParameters. withSubnetId(String subnetId)Set the subnetId property: The full resource ID of a subnet in a virtual network to deploy the Redis cache in.RedisCreateParametersRedisCreateParameters. withTags(Map<String,String> tags)Set the tags property: Resource tags.RedisCreateParametersRedisCreateParameters. withTenantSettings(Map<String,String> tenantSettings)Set the tenantSettings property: A dictionary of tenant settings.RedisCreateParametersRedisCreateParameters. withZones(List<String> zones)Set the zones property: A list of availability zones denoting where the resource needs to come from.
-