次の方法で共有


ExtensionAcquisitionRequest interface

拡張機能の取得プロセスを処理するための契約

プロパティ

assignmentType

アイテムの割り当て方法

billingId

購入に使用されるサブスクリプションの ID

itemId

アイテムの Marketplace ID (publisherName.extensionName)

operationType

インストール、要求、購入などの操作の種類

properties

要求に追加できる追加のプロパティ。

quantity

購入する必要があるライセンスの数

targets

アカウント ID など、アイテムを取得する必要があるターゲット GUID の一覧 (インストール、要求など)

プロパティの詳細

assignmentType

アイテムの割り当て方法

assignmentType: AcquisitionAssignmentType

プロパティ値

billingId

購入に使用されるサブスクリプションの ID

billingId: string

プロパティ値

string

itemId

アイテムの Marketplace ID (publisherName.extensionName)

itemId: string

プロパティ値

string

operationType

インストール、要求、購入などの操作の種類

operationType: AcquisitionOperationType

プロパティ値

properties

要求に追加できる追加のプロパティ。

properties: any

プロパティ値

any

quantity

購入する必要があるライセンスの数

quantity: number

プロパティ値

number

targets

アカウント ID など、アイテムを取得する必要があるターゲット GUID の一覧 (インストール、要求など)

targets: string[]

プロパティ値

string[]