Package com.azure.resourcemanager.redis
Interface RedisManager.Configurable
- All Superinterfaces:
AzureConfigurable<RedisManager.Configurable>
- Enclosing class:
RedisManager
public static interface RedisManager.Configurable
extends AzureConfigurable<RedisManager.Configurable>
The interface allowing configurations to be set.
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of RedisManager that exposes Redis management API entry points.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.AzureConfigurable
withAuxiliaryCredential, withAuxiliaryCredentials, withConfiguration, withHttpClient, withLogLevel, withLogOptions, withPolicy, withRetryOptions, withRetryPolicy, withScope, withScopes
-
Method Details
-
authenticate
RedisManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of RedisManager that exposes Redis management API entry points.- Parameters:
credential
- the credential to useprofile
- the profile to use- Returns:
- the interface exposing Redis management API entry points that work across subscriptions
-