你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProjectUpdate interface

部分更新的项目属性。 不会更改更新请求中未提供的属性。

属性

assignedGroups

与此项目关联的 Entra ID 组分配列表。

azureAiServicesSettings

指示是否为项目启用Azure AI 服务。

catalogSettings

将项目与目录关联时要使用的设置。

customizationSettings

用于自定义的设置。

description

项目的说明。

devBoxScheduleDeleteSettings

Dev Box 计划删除设置。

devCenterId

关联 DevCenter 的资源 ID。

displayName

项目的显示名称。

identity

托管标识属性。

location

资源所在的地理位置。

maxDevBoxesPerUser

指定后,限制单个用户可以在项目中所有池中创建的最大开发框数。 这在减少时不会影响现有开发框。

serverlessGpuSessionsSettings

用于无服务器 GPU 的设置。

tags

资源标记。

workspaceStorageSettings

用于工作区存储的设置。

属性详细信息

assignedGroups

与此项目关联的 Entra ID 组分配列表。

assignedGroups?: AssignedGroup[]

属性值

azureAiServicesSettings

指示是否为项目启用Azure AI 服务。

azureAiServicesSettings?: AzureAiServicesSettings

属性值

catalogSettings

将项目与目录关联时要使用的设置。

catalogSettings?: ProjectCatalogSettings

属性值

customizationSettings

用于自定义的设置。

customizationSettings?: ProjectCustomizationSettings

属性值

description

项目的说明。

description?: string

属性值

string

devBoxScheduleDeleteSettings

Dev Box 计划删除设置。

devBoxScheduleDeleteSettings?: DevBoxScheduleDeleteSettings

属性值

devCenterId

关联 DevCenter 的资源 ID。

devCenterId?: string

属性值

string

displayName

项目的显示名称。

displayName?: string

属性值

string

identity

托管标识属性。

identity?: ManagedServiceIdentity

属性值

location

资源所在的地理位置。

location?: string

属性值

string

maxDevBoxesPerUser

指定后,限制单个用户可以在项目中所有池中创建的最大开发框数。 这在减少时不会影响现有开发框。

maxDevBoxesPerUser?: number

属性值

number

serverlessGpuSessionsSettings

用于无服务器 GPU 的设置。

serverlessGpuSessionsSettings?: ServerlessGpuSessionsSettings

属性值

tags

资源标记。

tags?: Record<string, string>

属性值

Record<string, string>

workspaceStorageSettings

用于工作区存储的设置。

workspaceStorageSettings?: WorkspaceStorageSettings

属性值