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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET