共用方式為


ExtensionAcquisitionRequest interface

處理延期取得流程的合約

屬性

assignmentType

如何指派專案

billingId

用於購買的訂閱 ID

itemId

項目的市集識別碼 (publisherName.extensionName)

operationType

作業類型,例如安裝、要求、購買

properties

可新增至要求的其他屬性。

quantity

應該購買多少個授權

targets

應該取得專案 (安裝、要求等) 的目標 GUID 清單,例如帳戶識別碼

屬性詳細資料

assignmentType

如何指派專案

assignmentType: AcquisitionAssignmentType

屬性值

billingId

用於購買的訂閱 ID

billingId: string

屬性值

string

itemId

項目的市集識別碼 (publisherName.extensionName)

itemId: string

屬性值

string

operationType

作業類型,例如安裝、要求、購買

operationType: AcquisitionOperationType

屬性值

properties

可新增至要求的其他屬性。

properties: any

屬性值

any

quantity

應該購買多少個授權

quantity: number

屬性值

number

targets

應該取得專案 (安裝、要求等) 的目標 GUID 清單,例如帳戶識別碼

targets: string[]

屬性值

string[]