GitHubModelFactory.QueryRequest 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 QueryRequest(String, String, String, Nullable<JsonElement>, Nullable<JsonElement>, Nullable<JsonElement>).
public static Azure.Connectors.Sdk.GitHub.Models.QueryRequest QueryRequest(string jsonrpc = default, string id = default, string method = default, System.Text.Json.JsonElement? params = default, System.Text.Json.JsonElement? result = default, System.Text.Json.JsonElement? error = default);
static member QueryRequest : string * string * string * Nullable<System.Text.Json.JsonElement> * Nullable<System.Text.Json.JsonElement> * Nullable<System.Text.Json.JsonElement> -> Azure.Connectors.Sdk.GitHub.Models.QueryRequest
Public Shared Function QueryRequest (Optional jsonrpc As String = Nothing, Optional id As String = Nothing, Optional method As String = Nothing, Optional params As Nullable(Of JsonElement) = Nothing, Optional result As Nullable(Of JsonElement) = Nothing, Optional error As Nullable(Of JsonElement) = Nothing) As QueryRequest
Parameters
- jsonrpc
- String
- id
- String
- method
- String
- params
- Nullable<JsonElement>
- result
- Nullable<JsonElement>
- error
- Nullable<JsonElement>