PrivateStoreResource.GetNewPlansNotifications(CancellationToken) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Listar notificações de novos planos
- Caminho da Solicitação/provedores/Microsoft.Marketplace/privateStores/{privateStoreId}/listNewPlansNotifications
- Operação IdPrivateStore_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)
Parâmetros
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET