PrivateStoreResource.AcknowledgeOfferNotificationAsync 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 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)
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.