你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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()

Gets Base 64 encoded value of the primary read-only key.

abstract String secondaryReadonlyMasterKey()

Gets Base 64 encoded value of the secondary read-only key.

Method Details

primaryReadonlyMasterKey

public abstract String primaryReadonlyMasterKey()

Gets Base 64 encoded value of the primary read-only key.

Returns:

Base 64 encoded value of the primary read-only key.

secondaryReadonlyMasterKey

public abstract String secondaryReadonlyMasterKey()

Gets Base 64 encoded value of the secondary read-only key.

Returns:

Base 64 encoded value of the secondary read-only key.

Applies to