Compartir a través de


PrivateStoreResource.GetStopSellOffersPlansNotificationsAsync Método

Definición

Enumerar las notificaciones de venta detención de las ofertas de venta y detener los planes de venta

  • Ruta de acceso de solicitud/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/listStopSellOffersPlansNotifications
  • IdPrivateStore_ListStopSellOffersPlansNotifications de operaciones
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

StopSellSubscriptions que se van a usar.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a