Class RedisAccessKeysInner

java.lang.Object
com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner

public final class RedisAccessKeysInner extends Object
Redis cache access keys.
  • Constructor Details

    • RedisAccessKeysInner

      public RedisAccessKeysInner()
      Creates an instance of RedisAccessKeysInner class.
  • Method Details

    • primaryKey

      public String primaryKey()
      Get the primaryKey property: The current primary key that clients can use to authenticate with Redis cache.
      Returns:
      the primaryKey value.
    • secondaryKey

      public String secondaryKey()
      Get the secondaryKey property: The current secondary key that clients can use to authenticate with Redis cache.
      Returns:
      the secondaryKey value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.