次の方法で共有


PrivateStoreCollectionInfoResource.GetPrivateStoreCollectionOffersByContexts メソッド

定義

必要なコンテキストに従って、指定されたコレクション内のすべてのオファーの一覧を取得します。

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/mapOffersToContexts
  • 操作IdPrivateStoreCollectionOffer_ListByContexts
public virtual Azure.Pageable<Azure.ResourceManager.Marketplace.Models.CollectionOffersByContext> GetPrivateStoreCollectionOffersByContexts (Azure.ResourceManager.Marketplace.Models.CollectionOffersByAllContextsPayload payload = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateStoreCollectionOffersByContexts : Azure.ResourceManager.Marketplace.Models.CollectionOffersByAllContextsPayload * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Marketplace.Models.CollectionOffersByContext>
override this.GetPrivateStoreCollectionOffersByContexts : Azure.ResourceManager.Marketplace.Models.CollectionOffersByAllContextsPayload * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Marketplace.Models.CollectionOffersByContext>
Public Overridable Function GetPrivateStoreCollectionOffersByContexts (Optional payload As CollectionOffersByAllContextsPayload = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CollectionOffersByContext)

パラメーター

payload
CollectionOffersByAllContextsPayload

使用する CollectionOffersByAllContextsPayload。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の CollectionOffersByContext サービス要求を受け取る可能性がある のコレクション。

適用対象