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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET