Compartir a través de


AccessKeys Interface

public interface AccessKeys

An immutable client-side representation of AccessKeys.

Method Summary

Modifier and Type Method and Description
abstract AccessKeysInner innerModel()

Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.AccessKeysInner object.

abstract String primaryKey()

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

abstract String secondaryKey()

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

Method Details

innerModel

public abstract AccessKeysInner innerModel()

Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.AccessKeysInner object.

Returns:

the inner object.

primaryKey

public abstract String primaryKey()

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

Returns:

the primaryKey value.

secondaryKey

public abstract String secondaryKey()

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

Returns:

the secondaryKey value.

Applies to