次の方法で共有


PrivateStoreResource.GetSubscriptionsContextAsync(CancellationToken) メソッド

定義

プライベート ストア コンテキスト内のすべてのサブスクリプションを一覧表示する

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/listSubscriptionsContext
  • 操作IdPrivateStore_ListSubscriptionsContext
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.SubscriptionsContextList>> GetSubscriptionsContextAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSubscriptionsContextAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.SubscriptionsContextList>>
override this.GetSubscriptionsContextAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.Models.SubscriptionsContextList>>
Public Overridable Function GetSubscriptionsContextAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SubscriptionsContextList))

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象