共用方式為


ProjectListResult interface

列出專案的要求結果。

屬性

nextLink

可用來要求下一個專案清單的 URI。

value

專案清單。 由於此清單可能不完整,因此應該使用 nextLink 欄位來要求下一個專案清單。

屬性詳細資料

可用來要求下一個專案清單的 URI。

nextLink?: string

屬性值

string

value

專案清單。 由於此清單可能不完整,因此應該使用 nextLink 欄位來要求下一個專案清單。

value?: Project[]

屬性值