Partager via


PrivateStoreResource.AcknowledgeOfferNotificationAsync Méthode

Définition

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.

content
AcknowledgeOfferNotificationContent

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.

S’applique à