PrivateStoreOfferResource.UpsertOfferWithMultiContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Upsert an offer with multiple context details.
- Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/offers/{offerId}/upsertOfferWithMultiContext
- Operation Id: PrivateStoreCollectionOffer_UpsertOfferWithMultiContext
public virtual Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource> UpsertOfferWithMultiContext (Azure.ResourceManager.Marketplace.Models.MultiContextAndPlansContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpsertOfferWithMultiContext : Azure.ResourceManager.Marketplace.Models.MultiContextAndPlansContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>
override this.UpsertOfferWithMultiContext : Azure.ResourceManager.Marketplace.Models.MultiContextAndPlansContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreOfferResource>
Public Overridable Function UpsertOfferWithMultiContext (Optional content As MultiContextAndPlansContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateStoreOfferResource)
Parameters
- content
- MultiContextAndPlansContent
The MultiContextAndPlansContent to use.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET