PrivateStoreResource.GetStopSellOffersPlansNotificationsAsync 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.
Listar notificações de parada de venda para ambas as ofertas de parada de venda e parar planos de venda
- Caminho da Solicitação/provedores/Microsoft.Marketplace/privateStores/{privateStoreId}/listStopSellOffersPlansNotifications
- IdPrivateStore_ListStopSellOffersPlansNotifications de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.StopSellOffersPlansNotificationsList>> GetStopSellOffersPlansNotificationsAsync (Azure.ResourceManager.Marketplace.Models.StopSellSubscriptions stopSellSubscriptions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStopSellOffersPlansNotificationsAsync : Azure.ResourceManager.Marketplace.Models.StopSellSubscriptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.StopSellOffersPlansNotificationsList>>
override this.GetStopSellOffersPlansNotificationsAsync : Azure.ResourceManager.Marketplace.Models.StopSellSubscriptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.StopSellOffersPlansNotificationsList>>
Public Overridable Function GetStopSellOffersPlansNotificationsAsync (Optional stopSellSubscriptions As StopSellSubscriptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StopSellOffersPlansNotificationsList))
Parâmetros
- stopSellSubscriptions
- StopSellSubscriptions
As StopSellSubscriptions a serem usadas.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.