ArmDevOpsInfrastructureModelFactory.DevOpsAzureOrganizationProfile Method

Definition

Azure DevOps organization profile.

public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzureOrganizationProfile DevOpsAzureOrganizationProfile(System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganization> organizations = default, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzurePermissionProfile permissionProfile = default, string alias = default);
static member DevOpsAzureOrganizationProfile : seq<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganization> * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzurePermissionProfile * string -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzureOrganizationProfile
Public Shared Function DevOpsAzureOrganizationProfile (Optional organizations As IEnumerable(Of DevOpsOrganization) = Nothing, Optional permissionProfile As DevOpsAzurePermissionProfile = Nothing, Optional alias As String = Nothing) As DevOpsAzureOrganizationProfile

Parameters

organizations
IEnumerable<DevOpsOrganization>

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

permissionProfile
DevOpsAzurePermissionProfile

The type of permission which determines which accounts are admins on the Azure DevOps pool.

alias
String

An alias to reference the Azure DevOps pool name.

Returns

A new DevOpsAzureOrganizationProfile instance for mocking.

Applies to