GitHubModelFactory.PullRequestFile 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.
public static Azure.Connectors.Sdk.GitHub.Models.PullRequestFile PullRequestFile(string shaForTheFile = default, string theFileName = default, string modificationStatusForTheFile = default, int? numberOfAdditionsMadeToTheFile = default, int? numberOfDeletionsMadeToTheFile = default, int? numberOfChangesMadeToTheFile = default, string blobUrlForTheFile = default, string rawUrlForTheFile = default, string contentsUrlForTheFile = default, string patchContentForTheFile = default);
static member PullRequestFile : string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * string * string * string * string -> Azure.Connectors.Sdk.GitHub.Models.PullRequestFile
Public Shared Function PullRequestFile (Optional shaForTheFile As String = Nothing, Optional theFileName As String = Nothing, Optional modificationStatusForTheFile As String = Nothing, Optional numberOfAdditionsMadeToTheFile As Nullable(Of Integer) = Nothing, Optional numberOfDeletionsMadeToTheFile As Nullable(Of Integer) = Nothing, Optional numberOfChangesMadeToTheFile As Nullable(Of Integer) = Nothing, Optional blobUrlForTheFile As String = Nothing, Optional rawUrlForTheFile As String = Nothing, Optional contentsUrlForTheFile As String = Nothing, Optional patchContentForTheFile As String = Nothing) As PullRequestFile
Parameters
- shaForTheFile
- String
- theFileName
- String
- modificationStatusForTheFile
- String
- blobUrlForTheFile
- String
- rawUrlForTheFile
- String
- contentsUrlForTheFile
- String
- patchContentForTheFile
- String