PrivateStoreResource.AcknowledgeOfferNotification Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
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.