ArmSecurityInsightsModelFactory.SourceControlRepo 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.
Initializes a new instance of SourceControlRepo.
public static Azure.ResourceManager.SecurityInsights.Models.SourceControlRepo SourceControlRepo(Uri uri = default, string fullName = default, long? installationId = default, System.Collections.Generic.IEnumerable<string> branches = default);
static member SourceControlRepo : Uri * string * Nullable<int64> * seq<string> -> Azure.ResourceManager.SecurityInsights.Models.SourceControlRepo
Public Shared Function SourceControlRepo (Optional uri As Uri = Nothing, Optional fullName As String = Nothing, Optional installationId As Nullable(Of Long) = Nothing, Optional branches As IEnumerable(Of String) = Nothing) As SourceControlRepo
Parameters
- uri
- Uri
The url to access the repository.
- fullName
- String
The name of the repository.
- branches
- IEnumerable<String>
Array of branches.
Returns
A new SourceControlRepo instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET