Bagikan melalui


PrivateStoreResource.QueryNotificationsState(CancellationToken) Method

Definition

Get private store notifications state

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to