PrivateStoreResource.GetNewPlansNotificationsAsync(CancellationToken) Method

Definition

List new plans notifications

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/listNewPlansNotifications
  • Operation Id: PrivateStore_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))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to