PrivateStoreResource.GetStopSellOffersPlansNotifications Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Auflisten von Verkaufsstoppbenachrichtigungen sowohl für Stop-Selling-Angebote als auch für Stop-Selling-Pläne
- Anforderungspfad/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/listStopSellOffersPlansNotifications
- Vorgangs-IdPrivateStore_ListStopSellOffersPlansNotifications
public virtual Azure.Response<Azure.ResourceManager.Marketplace.Models.StopSellOffersPlansNotificationsList> GetStopSellOffersPlansNotifications (Azure.ResourceManager.Marketplace.Models.StopSellSubscriptions stopSellSubscriptions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStopSellOffersPlansNotifications : Azure.ResourceManager.Marketplace.Models.StopSellSubscriptions * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.Models.StopSellOffersPlansNotificationsList>
override this.GetStopSellOffersPlansNotifications : Azure.ResourceManager.Marketplace.Models.StopSellSubscriptions * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.Models.StopSellOffersPlansNotificationsList>
Public Overridable Function GetStopSellOffersPlansNotifications (Optional stopSellSubscriptions As StopSellSubscriptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StopSellOffersPlansNotificationsList)
Parameter
- stopSellSubscriptions
- StopSellSubscriptions
Die zu verwendenden StopSellSubscriptions.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.