Compartir a través de


PrivateStoreResource.QueryNotificationsStateAsync(CancellationToken) Método

Definición

Obtención del estado de las notificaciones de la tienda privada

  • Ruta de acceso de solicitud/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/queryNotificationsState
  • IdPrivateStore_QueryNotificationsState de operación
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.PrivateStoreNotificationsState>> QueryNotificationsStateAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member QueryNotificationsStateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.PrivateStoreNotificationsState>>
override this.QueryNotificationsStateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.PrivateStoreNotificationsState>>
Public Overridable Function QueryNotificationsStateAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateStoreNotificationsState))

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a