次の方法で共有


MachineLearninRegistryComponentVersionCollection.GetAll メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}/versions
  • 操作IdRegistryComponentVersions_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource> GetAll (string orderBy = default, int? top = default, string skip = default, string stage = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource>
override this.GetAll : string * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentVersionResource>
Public Overridable Function GetAll (Optional orderBy As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As String = Nothing, Optional stage As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearninRegistryComponentVersionResource)

パラメーター

orderBy
String

リストの順序付け。

top
Nullable<Int32>

返されるレコードの最大数。

skip
String

改ページの継続トークン。

stage
String

コンポーネント ステージ。

cancellationToken
CancellationToken

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

戻り値

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

適用対象