ProjectUpdate interface
The project properties for partial update. Properties not provided in the update request will not be changed.
- Extends
Properties
catalog |
Settings to be used when associating a project with a catalog. |
description | Description of the project. |
dev |
Resource Id of an associated DevCenter |
display |
The display name of the project. |
identity | Managed identity properties |
max |
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
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
identity
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