ProjectProperties interface

Properties of a project.

Extends

Properties

devCenterUri

The URI of the Dev Center resource this project is associated with. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited 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.

Property Details

devCenterUri

The URI of the Dev Center resource this project is associated with. NOTE: This property will not be serialized. It can only be populated by the server.

devCenterUri?: string

Property Value

string

provisioningState

The provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

Inherited Property Details

description

Description of the project.

description?: string

Property Value

string

Inherited From ProjectUpdateProperties.description

devCenterId

Resource Id of an associated DevCenter

devCenterId?: string

Property Value

string

Inherited From ProjectUpdateProperties.devCenterId

displayName

The display name of the project.

displayName?: string

Property Value

string

Inherited From ProjectUpdateProperties.displayName

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 From ProjectUpdateProperties.maxDevBoxesPerUser