PrivateStoreResource.AcknowledgeOfferNotificationAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Accusé de réception de l’offre
- Chemin/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}/acknowledgeNotification
- IdPrivateStore_AcknowledgeOfferNotification d’opération
public virtual System.Threading.Tasks.Task<Azure.Response> AcknowledgeOfferNotificationAsync (string offerId, Azure.ResourceManager.Marketplace.Models.AcknowledgeOfferNotificationContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member AcknowledgeOfferNotificationAsync : string * Azure.ResourceManager.Marketplace.Models.AcknowledgeOfferNotificationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.AcknowledgeOfferNotificationAsync : string * Azure.ResourceManager.Marketplace.Models.AcknowledgeOfferNotificationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function AcknowledgeOfferNotificationAsync (offerId As String, Optional content As AcknowledgeOfferNotificationContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Paramètres
- offerId
- String
ID d’offre à mettre à jour ou à supprimer.
AcknowledgeOfferNotificationContent à utiliser.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
offerId
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
offerId
a la valeur null.