Share via


DevCenterModelFactory.DevCenterProject Method

Definition

Initializes a new instance of DevCenterProject.

public static Azure.Developer.DevCenter.Models.DevCenterProject DevCenterProject (string name = default, string description = default, int? maxDevBoxesPerUser = default);
static member DevCenterProject : string * string * Nullable<int> -> Azure.Developer.DevCenter.Models.DevCenterProject
Public Shared Function DevCenterProject (Optional name As String = Nothing, Optional description As String = Nothing, Optional maxDevBoxesPerUser As Nullable(Of Integer) = Nothing) As DevCenterProject

Parameters

name
String

Name of the project.

description
String

Description of the project.

maxDevBoxesPerUser
Nullable<Int32>

When specified, indicates the maximum number of Dev Boxes a single user can create across all pools in the project.

Returns

A new DevCenterProject instance for mocking.

Applies to