MachineLearningOnlineDeploymentCollection.GetAll メソッド

定義

推論エンドポイントのデプロイを一覧表示します。

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

パラメーター

orderBy
String

リストの順序付け。

top
Nullable<Int32>

リストの先頭。

skip
String

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象