DatabaseAccountListReadOnlyKeysResult Interface
Implements
public interface DatabaseAccountListReadOnlyKeysResult
extends HasInnerModel<DatabaseAccountListReadOnlyKeysResultInner>
An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListReadOnlyKeysResult.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | primaryReadonlyMasterKey() |
abstract String | secondaryReadonlyMasterKey() |
Method Details
primaryReadonlyMasterKey
public abstract String primaryReadonlyMasterKey()
Returns:
Base 64 encoded value of the primary read-only key.
secondaryReadonlyMasterKey
public abstract String secondaryReadonlyMasterKey()
Returns:
Base 64 encoded value of the secondary read-only key.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java