DatabaseAccountListKeysResult Interface
Implements
public interface DatabaseAccountListKeysResult
extends HasInnerModel<DatabaseAccountListKeysResultInner>
An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListKeysResult.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
primaryMasterKey()
Gets Base 64 encoded value of the primary read-write key.. |
abstract String |
primaryReadonlyMasterKey()
Gets Base 64 encoded value of the primary read-only key. |
abstract String |
secondaryMasterKey()
Gets Base 64 encoded value of the secondary read-write key. |
abstract String |
secondaryReadonlyMasterKey()
Gets Base 64 encoded value of the secondary read-only key. |
Method Details
primaryMasterKey
public abstract String primaryMasterKey()
Gets Base 64 encoded value of the primary read-write key..
Returns:
primaryReadonlyMasterKey
public abstract String primaryReadonlyMasterKey()
Gets Base 64 encoded value of the primary read-only key.
Returns:
secondaryMasterKey
public abstract String secondaryMasterKey()
Gets Base 64 encoded value of the secondary read-write key.
Returns:
secondaryReadonlyMasterKey
public abstract String secondaryReadonlyMasterKey()
Gets Base 64 encoded value of the secondary read-only key.
Returns:
Applies to
Azure SDK for Java