CreateUpdateOptions Constructors

Definition

Overloads

CreateUpdateOptions()

Initializes a new instance of the CreateUpdateOptions class.

CreateUpdateOptions(IDictionary<String,Object>, String)

Initializes a new instance of the CreateUpdateOptions class.

CreateUpdateOptions()

Initializes a new instance of the CreateUpdateOptions class.

public CreateUpdateOptions ();
Public Sub New ()

Applies to

CreateUpdateOptions(IDictionary<String,Object>, String)

Initializes a new instance of the CreateUpdateOptions class.

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)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

throughput
String

Request Units per second. For example, "throughput": "10000".

Applies to