次の方法で共有


PrivateStoreResource.GetNewPlansNotificationsAsync(CancellationToken) メソッド

定義

新しいプランの通知を一覧表示します

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/listNewPlansNotifications
  • 操作IdPrivateStore_ListNewPlansNotifications
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.NewPlanNotificationListResult>> GetNewPlansNotificationsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNewPlansNotificationsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.NewPlanNotificationListResult>>
override this.GetNewPlansNotificationsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.NewPlanNotificationListResult>>
Public Overridable Function GetNewPlansNotificationsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NewPlanNotificationListResult))

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象