MachineLearningFeatureStoreEntityContainerCollection.GetAllAsync メソッド

定義

featurestore エンティティ コンテナーを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featurestoreEntities
  • 操作IdFeaturestoreEntityContainers_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureStoreEntityContainerResource> GetAllAsync (Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureStoreEntityContainerResource>
override this.GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureStoreEntityContainerResource>
Public Overridable Function GetAllAsync (options As MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningFeatureStoreEntityContainerResource)

パラメーター

options
MachineLearningFeatureStoreEntityContainerCollectionGetAllOptions

LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。

cancellationToken
CancellationToken

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

戻り値

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

適用対象