次の方法で共有


CognitiveServicesAccountResource.GetModelsAsync(CancellationToken) メソッド

定義

要求された Cognitive Services アカウントで使用可能なモデルを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/models
  • 操作IdAccounts_ListModels
public virtual Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountModel> GetModelsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetModelsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountModel>
override this.GetModelsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesAccountModel>
Public Overridable Function GetModelsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CognitiveServicesAccountModel)

パラメーター

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の CognitiveServicesAccountModel サービス要求を受け取る可能性がある の非同期コレクション。

適用対象