MachineLearningFeaturestoreEntityVersionCollection.GetAll メソッド

定義

バージョンを一覧表示します。

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

パラメーター

options
MachineLearningFeaturestoreEntityVersionCollectionGetAllOptions

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象