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 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 use
      profile - the profile to use
      Returns:
      the interface exposing Redis management API entry points that work across subscriptions