ProjectUpdateProperties interface

Properties of a project. These properties can be updated after the resource has been created.

Properties

catalogSettings

Settings to be used when associating a project with a catalog.

description

Description of the project.

devCenterId

Resource Id of an associated DevCenter

displayName

The display name of the project.

maxDevBoxesPerUser

When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced.

Property Details

catalogSettings

Settings to be used when associating a project with a catalog.

catalogSettings?: ProjectCatalogSettings

Property Value

description

Description of the project.

description?: string

Property Value

string

devCenterId

Resource Id of an associated DevCenter

devCenterId?: string

Property Value

string

displayName

The display name of the project.

displayName?: string

Property Value

string

maxDevBoxesPerUser

When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced.

maxDevBoxesPerUser?: number

Property Value

number