GitHubModelFactory.GitReference 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 GitReference(String, String, String, Nullable<JsonElement>).
public static Azure.Connectors.Sdk.GitHub.Models.GitReference GitReference(string reference = default, string nodeId = default, string url = default, System.Text.Json.JsonElement? objectEntity = default);
static member GitReference : string * string * string * Nullable<System.Text.Json.JsonElement> -> Azure.Connectors.Sdk.GitHub.Models.GitReference
Public Shared Function GitReference (Optional reference As String = Nothing, Optional nodeId As String = Nothing, Optional url As String = Nothing, Optional objectEntity As Nullable(Of JsonElement) = Nothing) As GitReference
Parameters
- reference
- String
- nodeId
- String
- url
- String
- objectEntity
- Nullable<JsonElement>