Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisResourceInner
Packages that use RedisResourceInner
Package
Description
Package containing the service clients for RedisManagementClient.
Package containing the inner data models for RedisManagementClient.
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 RedisResourceInnerModifier and TypeMethodDescriptionRedisClient.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.getByResourceGroup
(String resourceGroupName, String name) Gets a Redis cache (resource description).RedisClient.update
(String resourceGroupName, String name, RedisUpdateParameters parameters) Update an existing Redis cache.RedisClient.update
(String resourceGroupName, String name, RedisUpdateParameters parameters, com.azure.core.util.Context context) Update an existing Redis cache.Methods in com.azure.resourcemanager.redis.fluent that return types with arguments of type RedisResourceInnerModifier 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) 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.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<RedisResourceInner>, RedisResourceInner> RedisClient.beginUpdate
(String resourceGroupName, String name, RedisUpdateParameters parameters) Update an existing Redis cache.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<RedisResourceInner>, RedisResourceInner> RedisClient.beginUpdate
(String resourceGroupName, String name, RedisUpdateParameters parameters) Update an existing Redis cache.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<RedisResourceInner>, RedisResourceInner> RedisClient.beginUpdate
(String resourceGroupName, String name, RedisUpdateParameters parameters, com.azure.core.util.Context context) Update an existing Redis cache.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<RedisResourceInner>, RedisResourceInner> RedisClient.beginUpdate
(String resourceGroupName, String name, RedisUpdateParameters parameters, com.azure.core.util.Context context) Update an existing Redis cache.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<RedisResourceInner>, RedisResourceInner> RedisClient.beginUpdateAsync
(String resourceGroupName, String name, RedisUpdateParameters parameters) Update an existing Redis cache.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<RedisResourceInner>, RedisResourceInner> RedisClient.beginUpdateAsync
(String resourceGroupName, String name, RedisUpdateParameters parameters) Update an existing Redis cache.RedisClient.createAsync
(String resourceGroupName, String name, RedisCreateParameters parameters) Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache.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.RedisClient.updateAsync
(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 RedisResourceInnerModifier and TypeMethodDescriptionstatic RedisResourceInner
RedisResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RedisResourceInner from the JsonReader.RedisResourceInner.withDisableAccessKeyAuthentication
(Boolean disableAccessKeyAuthentication) Set the disableAccessKeyAuthentication property: Authentication to Redis through access keys is disabled when set as true.RedisResourceInner.withEnableNonSslPort
(Boolean enableNonSslPort) Set the enableNonSslPort property: Specifies whether the non-ssl Redis server port (6379) is enabled.RedisResourceInner.withIdentity
(ManagedServiceIdentity identity) Set the identity property: The identity of the resource.RedisResourceInner.withLocation
(String location) 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.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this cache.RedisResourceInner.withRedisConfiguration
(RedisConfiguration redisConfiguration) Set the redisConfiguration property: All Redis Settings.RedisResourceInner.withRedisVersion
(String redisVersion) Set the redisVersion property: Redis version.RedisResourceInner.withReplicasPerMaster
(Integer replicasPerMaster) Set the replicasPerMaster property: The number of replicas to be created per primary.RedisResourceInner.withReplicasPerPrimary
(Integer replicasPerPrimary) Set the replicasPerPrimary property: The number of replicas to be created per primary.RedisResourceInner.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.RedisResourceInner.withStaticIp
(String staticIp) Set the staticIp property: Static IP address.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.withTenantSettings
(Map<String, String> tenantSettings) Set the tenantSettings property: A dictionary of tenant settings.RedisResourceInner.withUpdateChannel
(UpdateChannel updateChannel) Set the updateChannel property: Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive.RedisResourceInner.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. -
Uses of RedisResourceInner in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return types with arguments of type RedisResourceInnerModifier and TypeMethodDescriptionRedisListResult.value()
Get the value property: List of Redis cache instances.Method parameters in com.azure.resourcemanager.redis.models with type arguments of type RedisResourceInnerModifier and TypeMethodDescriptionRedisListResult.withValue
(List<RedisResourceInner> value) Set the value property: List of Redis cache instances.