PrivateStoreResource.QueryNotificationsState(CancellationToken) 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.
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.