StoredProcedureProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET