public final class RedisManager extends Manager<RedisManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RedisManager.Configurable
The interface allowing configurations to be set.
|
| Modifier and Type | Method and Description |
|---|---|
static RedisManager |
authenticate(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of RedisManager that exposes Redis resource management API entry points.
|
static RedisManager.Configurable |
configure()
Get a Configurable instance that can be used to create RedisManager with optional configuration.
|
RedisCaches |
redisCaches() |
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static RedisManager.Configurable configure()
public static RedisManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic RedisCaches redisCaches()
Copyright © 2021 Microsoft Corporation. All rights reserved.