ArmDevOpsInfrastructureModelFactory.DevOpsGitHubOrganizationProfile Method

Definition

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.

Applies to