ExtensionAcquisitionRequest interface
處理延期取得流程的合約
屬性
| assignment |
如何指派專案 |
| billing |
用於購買的訂閱 ID |
| item |
項目的市集識別碼 (publisherName.extensionName) |
| operation |
作業類型,例如安裝、要求、購買 |
| properties | 可新增至要求的其他屬性。 |
| quantity | 應該購買多少個授權 |
| targets | 應該取得專案 (安裝、要求等) 的目標 GUID 清單,例如帳戶識別碼 |
屬性詳細資料
assignmentType
billingId
用於購買的訂閱 ID
billingId: string
屬性值
string
itemId
項目的市集識別碼 (publisherName.extensionName)
itemId: string
屬性值
string
operationType
properties
可新增至要求的其他屬性。
properties: any
屬性值
any
quantity
應該購買多少個授權
quantity: number
屬性值
number
targets
應該取得專案 (安裝、要求等) 的目標 GUID 清單,例如帳戶識別碼
targets: string[]
屬性值
string[]