DocumentDbModelFactory.CreateStoredProcedureResponse 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 CreateStoredProcedureResponse(String, String, String, Nullable<Int64>, String, String).
public static Azure.Connectors.Sdk.Documentdb.Models.CreateStoredProcedureResponse CreateStoredProcedureResponse(string etag = default, string rid = default, string self = default, long? ts = default, string body = default, string id = default);
static member CreateStoredProcedureResponse : string * string * string * Nullable<int64> * string * string -> Azure.Connectors.Sdk.Documentdb.Models.CreateStoredProcedureResponse
Public Shared Function CreateStoredProcedureResponse (Optional etag As String = Nothing, Optional rid As String = Nothing, Optional self As String = Nothing, Optional ts As Nullable(Of Long) = Nothing, Optional body As String = Nothing, Optional id As String = Nothing) As CreateStoredProcedureResponse
Parameters
- etag
- String
- rid
- String
- self
- String
- body
- String
- id
- String