PrivateStoreResource.GetStopSellOffersPlansNotifications Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List stop sell notifications for both stop sell offers and stop sell plans
- Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/listStopSellOffersPlansNotifications
- Operation Id: PrivateStore_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)
Parameters
- stopSellSubscriptions
- StopSellSubscriptions
The StopSellSubscriptions to use.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET