ArmDevOpsInfrastructureModelFactory.DevOpsAzureOrganizationProfile 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.
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.