Share via


StoredProcedureProperties Constructors

Definition

Overloads

StoredProcedureProperties()

Initializes a new instance of the Stored Procedure class for the Azure Cosmos DB service.

StoredProcedureProperties(String, String)

Initializes a new instance of the Stored Procedure class for the Azure Cosmos DB service.

StoredProcedureProperties()

Initializes a new instance of the Stored Procedure class for the Azure Cosmos DB service.

public StoredProcedureProperties ();
Public Sub New ()

Applies to

StoredProcedureProperties(String, String)

Initializes a new instance of the Stored Procedure class for the Azure Cosmos DB service.

public StoredProcedureProperties (string id, string body);
new Azure.Cosmos.Scripts.StoredProcedureProperties : string * string -> Azure.Cosmos.Scripts.StoredProcedureProperties
Public Sub New (id As String, body As String)

Parameters

id
String

The Id of the resource in the Azure Cosmos service.

body
String

The body of the Azure Cosmos DB stored procedure.

Applies to