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

ArmCosmosDBModelFactory.CosmosDBAccountKeyList 方法

定义

初始化 CosmosDBAccountKeyList 的新实例。

public static Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountKeyList CosmosDBAccountKeyList (string primaryReadonlyMasterKey = default, string secondaryReadonlyMasterKey = default, string primaryMasterKey = default, string secondaryMasterKey = default);
static member CosmosDBAccountKeyList : string * string * string * string -> Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountKeyList
Public Shared Function CosmosDBAccountKeyList (Optional primaryReadonlyMasterKey As String = Nothing, Optional secondaryReadonlyMasterKey As String = Nothing, Optional primaryMasterKey As String = Nothing, Optional secondaryMasterKey As String = Nothing) As CosmosDBAccountKeyList

参数

primaryReadonlyMasterKey
String

主只读键的 Base 64 编码值。

secondaryReadonlyMasterKey
String

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

primaryMasterKey
String

主读写键的 Base 64 编码值。

secondaryMasterKey
String

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

返回

用于模拟的新 CosmosDBAccountKeyList 实例。

适用于