Interface AccessKeys


  • public interface AccessKeys
    An immutable client-side representation of AccessKeys.
    • Method Detail

      • primaryKey

        String primaryKey()
        Gets the primaryKey property: The current primary key that clients can use to authenticate.
        Returns:
        the primaryKey value.
      • secondaryKey

        String secondaryKey()
        Gets the secondaryKey property: The current secondary key that clients can use to authenticate.
        Returns:
        the secondaryKey value.
      • innerModel

        AccessKeysInner innerModel()
        Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.AccessKeysInner object.
        Returns:
        the inner object.