ArmDevOpsInfrastructureModelFactory.DevOpsGitHubOrganizationProfile 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.
GitHub organization profile.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsGitHubOrganizationProfile DevOpsGitHubOrganizationProfile(System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsGitHubOrganization> organizations = default);
static member DevOpsGitHubOrganizationProfile : seq<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsGitHubOrganization> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsGitHubOrganizationProfile
Public Shared Function DevOpsGitHubOrganizationProfile (Optional organizations As IEnumerable(Of DevOpsGitHubOrganization) = Nothing) As DevOpsGitHubOrganizationProfile
Parameters
- organizations
- IEnumerable<DevOpsGitHubOrganization>
The list of GitHub organizations/repositories the pool should be present in.
Returns
A new DevOpsGitHubOrganizationProfile instance for mocking.