ArmDevOpsInfrastructureModelFactory.DevOpsGitHubOrganization 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.
Defines a GitHub organization.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsGitHubOrganization DevOpsGitHubOrganization(Uri uri = default, System.Collections.Generic.IEnumerable<string> repositories = default);
static member DevOpsGitHubOrganization : Uri * seq<string> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsGitHubOrganization
Public Shared Function DevOpsGitHubOrganization (Optional uri As Uri = Nothing, Optional repositories As IEnumerable(Of String) = Nothing) As DevOpsGitHubOrganization
Parameters
- uri
- Uri
The GitHub organization URL in which the pool should be created.
- repositories
- IEnumerable<String>
Optional list of repositories in which the pool should be created.
Returns
A new DevOpsGitHubOrganization instance for mocking.