你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProjectUpdate interface
部分更新的项目属性。 不会更改更新请求中未提供的属性。
- Extends
属性
catalog |
将项目与目录关联时要使用的设置。 |
description | 项目的说明。 |
dev |
关联的 DevCenter 的资源 ID |
display |
项目的显示名称。 |
identity | 托管标识属性 |
max |
指定后,限制单个用户可以跨项目的所有池创建的最大开发箱数。 减少时,这不会影响现有开发箱。 |
继承属性
location | 资源所在的地理位置 |
tags | 资源标记。 |
属性详细信息
catalogSettings
description
项目的说明。
description?: string
属性值
string
devCenterId
关联的 DevCenter 的资源 ID
devCenterId?: string
属性值
string
displayName
项目的显示名称。
displayName?: string
属性值
string
identity
maxDevBoxesPerUser
指定后,限制单个用户可以跨项目的所有池创建的最大开发箱数。 减少时,这不会影响现有开发箱。
maxDevBoxesPerUser?: number
属性值
number
继承属性详细信息
location
tags
资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}