Lingua

ArmDevOpsInfrastructureModelFactory.DevOpsAzureOrganizationProfile Method

Definition

Azure DevOps organization profile.

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

Parameters

description
String

An extra description to add to the Azure DevOps pool.

updateDescription
Nullable<Boolean>

Determines whether the service updates the Azure DevOps pool description.

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