PrivateStoreOfferResource.UpsertOfferWithMultiContextAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
複数のコンテキストの詳細を含むオファーをアップサートします。
- 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/offers/{offerId}/upsertOfferWithMultiContext
- 操作IdPrivateStoreCollectionOffer_UpsertOfferWithMultiContext
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>> UpsertOfferWithMultiContextAsync (Azure.ResourceManager.Marketplace.Models.MultiContextAndPlansContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpsertOfferWithMultiContextAsync : Azure.ResourceManager.Marketplace.Models.MultiContextAndPlansContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>>
override this.UpsertOfferWithMultiContextAsync : Azure.ResourceManager.Marketplace.Models.MultiContextAndPlansContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>>
Public Overridable Function UpsertOfferWithMultiContextAsync (Optional content As MultiContextAndPlansContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateStoreOfferResource))
パラメーター
- content
- MultiContextAndPlansContent
使用する MultiContextAndPlansContent。
- cancellationToken
- CancellationToken
使用する取り消しトークン。