AccessKeysInner Class

  • java.lang.Object
    • com.azure.resourcemanager.redisenterprise.fluent.models.AccessKeysInner

public final class AccessKeysInner

Access keys The secret access keys used for authenticating connections to redis.

Constructor Summary

Constructor Description
AccessKeysInner()

Creates an instance of AccessKeysInner class.

Method Summary

Modifier and Type Method and Description
String primaryKey()

Get the primaryKey property: The current primary key that clients can use to authenticate.

String secondaryKey()

Get the secondaryKey property: The current secondary key that clients can use to authenticate.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

AccessKeysInner

public AccessKeysInner()

Creates an instance of AccessKeysInner class.

Method Details

primaryKey

public String primaryKey()

Get the primaryKey property: The current primary key that clients can use to authenticate.

Returns:

the primaryKey value.

secondaryKey

public String secondaryKey()

Get the secondaryKey property: The current secondary key that clients can use to authenticate.

Returns:

the secondaryKey value.

validate

public void validate()

Validates the instance.

Applies to

Azure SDK for Java

Latest