ProjectUpdate interface

The project properties for partial update. Properties not provided in the update request will not be changed.

Extends

Properties

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.

Inherited Properties

location

The geo-location where the resource lives

tags

Resource tags.

Property Details

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

Inherited Property Details

location

The geo-location where the resource lives

location?: string

Property Value

string

Inherited From TrackedResourceUpdate.location

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From TrackedResourceUpdate.tags