PrivateStoreResource.AcknowledgeOfferNotification 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.
Accuser réception de la notification pour l’offre
- Chemin de la demande/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}/acknowledgeNotification
- IdPrivateStore_AcknowledgeOfferNotification d’opération
public virtual Azure.Response AcknowledgeOfferNotification (string offerId, Azure.ResourceManager.Marketplace.Models.AcknowledgeOfferNotificationContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member AcknowledgeOfferNotification : string * Azure.ResourceManager.Marketplace.Models.AcknowledgeOfferNotificationContent * System.Threading.CancellationToken -> Azure.Response
override this.AcknowledgeOfferNotification : string * Azure.ResourceManager.Marketplace.Models.AcknowledgeOfferNotificationContent * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function AcknowledgeOfferNotification (offerId As String, Optional content As AcknowledgeOfferNotificationContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response
Paramètres
- offerId
- String
ID de l’offre à mettre à jour ou à supprimer.
AcknowledgeOfferNotificationContent à utiliser.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
offerId
est une chaîne vide et devait être non vide.
offerId
a la valeur null.