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

UserProperties 构造函数

定义

重载

UserProperties()

为 Azure Cosmos DB 服务初始化 类的新实例 UserProperties

UserProperties(String)

为 Azure Cosmos DB 服务初始化 类的新实例 UserProperties

UserProperties()

Source:
UserProperties.cs

为 Azure Cosmos DB 服务初始化 类的新实例 UserProperties

protected UserProperties ();
Protected Sub New ()

适用于

UserProperties(String)

Source:
UserProperties.cs

为 Azure Cosmos DB 服务初始化 类的新实例 UserProperties

public UserProperties (string id);
new Microsoft.Azure.Cosmos.UserProperties : string -> Microsoft.Azure.Cosmos.UserProperties
Public Sub New (id As String)

参数

id
String

Azure Cosmos 服务中资源的 ID。

适用于