次の方法で共有


ProjectProperties interface

プロジェクトのプロパティ。

Extends

プロパティ

devCenterUri

このプロジェクトが関連付けられているデベロッパー センター リソースの URI。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

provisioningState

リソースのプロビジョニング状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

継承されたプロパティ

catalogSettings

プロジェクトをカタログに関連付けるときに使用する設定。

description

プロジェクトの説明。

devCenterId

関連付けられている DevCenter のリソース ID

displayName

プロジェクトの表示名です。

maxDevBoxesPerUser

指定した場合、1 人のユーザーがプロジェクト内のすべてのプールで作成できる Dev Boxes の最大数を制限します。 この値を減らすと、既存の開発ボックスには影響しません。

プロパティの詳細

devCenterUri

このプロジェクトが関連付けられているデベロッパー センター リソースの URI。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

devCenterUri?: string

プロパティ値

string

provisioningState

リソースのプロビジョニング状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

provisioningState?: string

プロパティ値

string

継承されたプロパティの詳細

catalogSettings

プロジェクトをカタログに関連付けるときに使用する設定。

catalogSettings?: ProjectCatalogSettings

プロパティ値

ProjectUpdateProperties.catalogSettingsから継承

description

プロジェクトの説明。

description?: string

プロパティ値

string

ProjectUpdateProperties.descriptionから継承

devCenterId

関連付けられている DevCenter のリソース ID

devCenterId?: string

プロパティ値

string

ProjectUpdateProperties.devCenterIdから継承

displayName

プロジェクトの表示名です。

displayName?: string

プロパティ値

string

ProjectUpdateProperties.displayNameから継承

maxDevBoxesPerUser

指定した場合、1 人のユーザーがプロジェクト内のすべてのプールで作成できる Dev Boxes の最大数を制限します。 この値を減らすと、既存の開発ボックスには影響しません。

maxDevBoxesPerUser?: number

プロパティ値

number

ProjectUpdateProperties.maxDevBoxesPerUserから継承