Compartilhar via


PrivateStoreResource.AcknowledgeOfferNotification Método

Definição

Notificação de confirmação da oferta

  • Caminho da Solicitação/provedores/Microsoft.Marketplace/privateStores/{privateStoreId}/offers/{offerId}/acknowledgeNotification
  • IdPrivateStore_AcknowledgeOfferNotification de operação
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

Parâmetros

offerId
String

A ID da oferta a ser atualizada ou excluída.

content
AcknowledgeOfferNotificationContent

O AcknowledgeOfferNotificationContent a ser usado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

offerId é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

offerId é nulo.

Aplica-se a