次の方法で共有


PrivateStoreResource.GetStopSellOffersPlansNotifications メソッド

定義

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

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

パラメーター

stopSellSubscriptions
StopSellSubscriptions

使用する StopSellSubscriptions。

cancellationToken
CancellationToken

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

戻り値

適用対象