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

CreateUpdateOptions 构造函数

定义

重载

CreateUpdateOptions()

初始化 CreateUpdateOptions 类的新实例。

CreateUpdateOptions(IDictionary<String,Object>, String)

初始化 CreateUpdateOptions 类的新实例。

CreateUpdateOptions()

初始化 CreateUpdateOptions 类的新实例。

public CreateUpdateOptions ();
Public Sub New ()

适用于

CreateUpdateOptions(IDictionary<String,Object>, String)

初始化 CreateUpdateOptions 类的新实例。

public CreateUpdateOptions (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string throughput = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions : System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.CreateUpdateOptions
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional throughput As String = Nothing)

参数

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

throughput
String

每秒请求单位数。 例如,“throughput”:“10000”。

适用于