Share via


PrivateStoreResource.QueryNotificationsStateAsync(CancellationToken) Method

Definition

Get private store notifications state

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to