次の方法で共有


PrivateStoreResource.GetStopSellOffersPlansNotificationsAsync メソッド

定義

販売停止オファーと販売停止プランの両方に対する販売停止通知を一覧表示する

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/listStopSellOffersPlansNotifications
  • 操作IdPrivateStore_ListStopSellOffersPlansNotifications
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))

パラメーター

stopSellSubscriptions
StopSellSubscriptions

使用する StopSellSubscriptions。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象