DevOpsAzureOrganizationProfile(IEnumerable<DevOpsOrganization>) Constructor

Definition

Initializes a new instance of DevOpsAzureOrganizationProfile.

public DevOpsAzureOrganizationProfile (System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganization> organizations);
new Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzureOrganizationProfile : seq<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganization> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzureOrganizationProfile
Public Sub New (organizations As IEnumerable(Of DevOpsOrganization))

Parameters

organizations
IEnumerable<DevOpsOrganization>

The list of Azure DevOps organizations the pool should be present in.

Exceptions

organizations is null.

Applies to