你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CosmosDBAccountKeyList 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
给定数据库帐户的访问密钥。
public class CosmosDBAccountKeyList : Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountReadOnlyKeyList
type CosmosDBAccountKeyList = class
inherit CosmosDBAccountReadOnlyKeyList
Public Class CosmosDBAccountKeyList
Inherits CosmosDBAccountReadOnlyKeyList
- 继承
属性
PrimaryMasterKey |
主读写键的 Base 64 编码值。 |
PrimaryReadonlyMasterKey |
主只读密钥的 Base 64 编码值。 (继承自 CosmosDBAccountReadOnlyKeyList) |
SecondaryMasterKey |
辅助读写键的 Base 64 编码值。 |
SecondaryReadonlyMasterKey |
辅助只读密钥的 Base 64 编码值。 (继承自 CosmosDBAccountReadOnlyKeyList) |