Partager via


PrivateStoreResource.AcknowledgeOfferNotification Méthode

Définition

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.

content
AcknowledgeOfferNotificationContent

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.

S’applique à