ArmDevOpsInfrastructureModelFactory.DevOpsAzurePermissionProfile 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.
Defines the type of Azure DevOps pool permission.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzurePermissionProfile DevOpsAzurePermissionProfile(Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzurePermissionType kind = default, System.Collections.Generic.IEnumerable<string> users = default, System.Collections.Generic.IEnumerable<string> groups = default);
static member DevOpsAzurePermissionProfile : Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzurePermissionType * seq<string> * seq<string> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsAzurePermissionProfile
Public Shared Function DevOpsAzurePermissionProfile (Optional kind As DevOpsAzurePermissionType = Nothing, Optional users As IEnumerable(Of String) = Nothing, Optional groups As IEnumerable(Of String) = Nothing) As DevOpsAzurePermissionProfile
Parameters
Determines who has admin permissions to the Azure DevOps pool.
- users
- IEnumerable<String>
User email addresses.
- groups
- IEnumerable<String>
Group email addresses.
Returns
A new DevOpsAzurePermissionProfile instance for mocking.