DocumentDbModelFactory.GetStoredProceduresResponse Method
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.
Creates a new instance of GetStoredProceduresResponse(Nullable<Int32>, String, List<Nullable<JsonElement>>).
public static Azure.Connectors.Sdk.Documentdb.Models.GetStoredProceduresResponse GetStoredProceduresResponse(int? count = default, string rid = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> storedProcedures = default);
static member GetStoredProceduresResponse : Nullable<int> * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> -> Azure.Connectors.Sdk.Documentdb.Models.GetStoredProceduresResponse
Public Shared Function GetStoredProceduresResponse (Optional count As Nullable(Of Integer) = Nothing, Optional rid As String = Nothing, Optional storedProcedures As List(Of Nullable(Of JsonElement)) = Nothing) As GetStoredProceduresResponse
Parameters
- rid
- String
- storedProcedures
- List<Nullable<JsonElement>>