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

CosmosDBAccountKeyList 类

定义

给定数据库帐户的访问密钥。

public class CosmosDBAccountKeyList : Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountReadOnlyKeyList
type CosmosDBAccountKeyList = class
    inherit CosmosDBAccountReadOnlyKeyList
Public Class CosmosDBAccountKeyList
Inherits CosmosDBAccountReadOnlyKeyList
继承
CosmosDBAccountKeyList

属性

PrimaryMasterKey

主读写键的 Base 64 编码值。

PrimaryReadonlyMasterKey

主只读密钥的 Base 64 编码值。

(继承自 CosmosDBAccountReadOnlyKeyList)
SecondaryMasterKey

辅助读写键的 Base 64 编码值。

SecondaryReadonlyMasterKey

辅助只读密钥的 Base 64 编码值。

(继承自 CosmosDBAccountReadOnlyKeyList)

适用于