次の方法で共有


PrivateStoreResource.QueryNotificationsStateAsync(CancellationToken) メソッド

定義

プライベート ストア通知の状態を取得する

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/queryNotificationsState
  • 操作IdPrivateStore_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))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象