PrivateStoreResource.GetNewPlansNotifications(CancellationToken) Method

Definition

List new plans notifications

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/listNewPlansNotifications
  • Operation Id: PrivateStore_ListNewPlansNotifications
public virtual Azure.Response<Azure.ResourceManager.Marketplace.Models.NewPlanNotificationListResult> GetNewPlansNotifications (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNewPlansNotifications : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.Models.NewPlanNotificationListResult>
override this.GetNewPlansNotifications : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.Models.NewPlanNotificationListResult>
Public Overridable Function GetNewPlansNotifications (Optional cancellationToken As CancellationToken = Nothing) As Response(Of NewPlanNotificationListResult)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to