你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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