GitHubModelFactory.CreateReferenceRequest(String, String) 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 CreateReferenceRequest(String, String).
public static Azure.Connectors.Sdk.GitHub.Models.CreateReferenceRequest CreateReferenceRequest(string reference = default, string sha = default);
static member CreateReferenceRequest : string * string -> Azure.Connectors.Sdk.GitHub.Models.CreateReferenceRequest
Public Shared Function CreateReferenceRequest (Optional reference As String = Nothing, Optional sha As String = Nothing) As CreateReferenceRequest
Parameters
- reference
- String
- sha
- String