次の方法で共有


PrivateStoreCollectionOfferOperationsExtensions クラス

定義

PrivateStoreCollectionOfferOperations の拡張メソッド。

public static class PrivateStoreCollectionOfferOperationsExtensions
type PrivateStoreCollectionOfferOperationsExtensions = class
Public Module PrivateStoreCollectionOfferOperationsExtensions
継承
PrivateStoreCollectionOfferOperationsExtensions

メソッド

CreateOrUpdate(IPrivateStoreCollectionOfferOperations, String, String, String, Offer)

プライベート ストアの特定のコレクションにオファーを更新または追加します。

CreateOrUpdateAsync(IPrivateStoreCollectionOfferOperations, String, String, String, Offer, CancellationToken)

プライベート ストアの特定のコレクションにオファーを更新または追加します。

Delete(IPrivateStoreCollectionOfferOperations, String, String, String)

プライベート ストアの指定されたコレクションからオファーを削除します。

DeleteAsync(IPrivateStoreCollectionOfferOperations, String, String, String, CancellationToken)

プライベート ストアの指定されたコレクションからオファーを削除します。

Get(IPrivateStoreCollectionOfferOperations, String, String, String)

特定のオファーに関する情報を取得します。

GetAsync(IPrivateStoreCollectionOfferOperations, String, String, String, CancellationToken)

特定のオファーに関する情報を取得します。

List(IPrivateStoreCollectionOfferOperations, String, String)

特定のプライベート ストアとコレクション内のすべてのプライベート オファーの一覧を取得する

ListAsync(IPrivateStoreCollectionOfferOperations, String, String, CancellationToken)

特定のプライベート ストアとコレクション内のすべてのプライベート オファーの一覧を取得する

ListNext(IPrivateStoreCollectionOfferOperations, String)

特定のプライベート ストアとコレクション内のすべてのプライベート オファーの一覧を取得する

ListNextAsync(IPrivateStoreCollectionOfferOperations, String, CancellationToken)

特定のプライベート ストアとコレクション内のすべてのプライベート オファーの一覧を取得する

Post(IPrivateStoreCollectionOfferOperations, String, String, String, String)

プライベート ストア オファーを削除します。 これは回避策です。

PostAsync(IPrivateStoreCollectionOfferOperations, String, String, String, String, CancellationToken)

プライベート ストア オファーを削除します。 これは回避策です。

適用対象