AccessKeys Interface
public interface AccessKeys
An immutable client-side representation of AccessKeys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Access |
innerModel()
Gets the inner com. |
| abstract String |
primaryKey()
Gets the primary |
| abstract String |
secondaryKey()
Gets the secondary |
Method Details
innerModel
public abstract AccessKeysInner innerModel()
Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.AccessKeysInner object.
Returns:
primaryKey
public abstract String primaryKey()
Gets the primaryKey property: The current primary key that clients can use to authenticate.
Returns:
secondaryKey
public abstract String secondaryKey()
Gets the secondaryKey property: The current secondary key that clients can use to authenticate.
Returns: