Class RedisAccessKeysInner
- java.lang.Object
-
- com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner
-
public final class RedisAccessKeysInner extends Object
Redis cache access keys.
-
-
Constructor Summary
Constructors Constructor Description RedisAccessKeysInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprimaryKey()Get the primaryKey property: The current primary key that clients can use to authenticate with Redis cache.StringsecondaryKey()Get the secondaryKey property: The current secondary key that clients can use to authenticate with Redis cache.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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.
-
-