Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisResourceInner
-
Packages that use RedisResourceInner 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.com.azure.resourcemanager.redis.models Package containing the data models for RedisManagementClient. -
-
Uses of RedisResourceInner in com.azure.resourcemanager.redis.fluent
Methods in com.azure.resourcemanager.redis.fluent that return RedisResourceInner Modifier and Type Method Description 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.RedisResourceInnerRedisClient. getByResourceGroup(String resourceGroupName, String name)Gets a Redis cache (resource description).RedisResourceInnerRedisClient. update(String resourceGroupName, String name, RedisUpdateParameters parameters)Update an existing Redis cache.Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type RedisResourceInner 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)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.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.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.Mono<RedisResourceInner>RedisClient. createAsync(String resourceGroupName, String name, RedisCreateParameters parameters)Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.Mono<RedisResourceInner>RedisClient. getByResourceGroupAsync(String resourceGroupName, String name)Gets a Redis cache (resource description).com.azure.core.http.rest.Response<RedisResourceInner>RedisClient. getByResourceGroupWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)Gets a Redis cache (resource description).Mono<com.azure.core.http.rest.Response<RedisResourceInner>>RedisClient. getByResourceGroupWithResponseAsync(String resourceGroupName, String name)Gets a Redis cache (resource description).com.azure.core.http.rest.PagedIterable<RedisResourceInner>RedisClient. list()Gets all Redis caches in the specified subscription.com.azure.core.http.rest.PagedIterable<RedisResourceInner>RedisClient. list(com.azure.core.util.Context context)Gets all Redis caches in the specified subscription.com.azure.core.http.rest.PagedFlux<RedisResourceInner>RedisClient. listAsync()Gets all Redis caches in the specified subscription.com.azure.core.http.rest.PagedIterable<RedisResourceInner>RedisClient. listByResourceGroup(String resourceGroupName)Lists all Redis caches in a resource group.com.azure.core.http.rest.PagedIterable<RedisResourceInner>RedisClient. listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)Lists all Redis caches in a resource group.com.azure.core.http.rest.PagedFlux<RedisResourceInner>RedisClient. listByResourceGroupAsync(String resourceGroupName)Lists all Redis caches in a resource group.Mono<RedisResourceInner>RedisClient. updateAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)Update an existing Redis cache.com.azure.core.http.rest.Response<RedisResourceInner>RedisClient. updateWithResponse(String resourceGroupName, String name, RedisUpdateParameters parameters, com.azure.core.util.Context context)Update an existing Redis cache.Mono<com.azure.core.http.rest.Response<RedisResourceInner>>RedisClient. updateWithResponseAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)Update an existing Redis cache. -
Uses of RedisResourceInner in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return RedisResourceInner Modifier and Type Method Description RedisResourceInnerRedisResourceInner. withEnableNonSslPort(Boolean enableNonSslPort)Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.RedisResourceInnerRedisResourceInner. withIdentity(ManagedServiceIdentity identity)Set the identity property: The identity of the resource.RedisResourceInnerRedisResourceInner. withLocation(String location)RedisResourceInnerRedisResourceInner. 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').RedisResourceInnerRedisResourceInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisResourceInnerRedisResourceInner. withRedisConfiguration(RedisConfiguration redisConfiguration)Set the redisConfiguration property: All Redis Settings.RedisResourceInnerRedisResourceInner. withRedisVersion(String redisVersion)Set the redisVersion property: Redis version.RedisResourceInnerRedisResourceInner. withReplicasPerMaster(Integer replicasPerMaster)Set the replicasPerMaster property: The number of replicas to be created per primary.RedisResourceInnerRedisResourceInner. withReplicasPerPrimary(Integer replicasPerPrimary)Set the replicasPerPrimary property: The number of replicas to be created per primary.RedisResourceInnerRedisResourceInner. withShardCount(Integer shardCount)Set the shardCount property: The number of shards to be created on a Premium Cluster Cache.RedisResourceInnerRedisResourceInner. withSku(Sku sku)Set the sku property: The SKU of the Redis cache to deploy.RedisResourceInnerRedisResourceInner. withStaticIp(String staticIp)Set the staticIp property: Static IP address.RedisResourceInnerRedisResourceInner. withSubnetId(String subnetId)Set the subnetId property: The full resource ID of a subnet in a virtual network to deploy the Redis cache in.RedisResourceInnerRedisResourceInner. withTags(Map<String,String> tags)RedisResourceInnerRedisResourceInner. withTenantSettings(Map<String,String> tenantSettings)Set the tenantSettings property: A dictionary of tenant settings.RedisResourceInnerRedisResourceInner. withZones(List<String> zones)Set the zones property: A list of availability zones denoting where the resource needs to come from. -
Uses of RedisResourceInner in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return types with arguments of type RedisResourceInner Modifier and Type Method Description List<RedisResourceInner>RedisListResult. value()Get the value property: List of Redis cache instances.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type RedisResourceInner Modifier and Type Method Description RedisListResultRedisListResult. withValue(List<RedisResourceInner> value)Set the value property: List of Redis cache instances.
-