你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MachineLearningBatchEndpointCollection.GetAll 方法

定义

列出工作区中的 Batch 推理终结点。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints
  • 操作IdBatchEndpoints_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource> GetAll (int? count = default, string skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>
override this.GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>
Public Overridable Function GetAll (Optional count As Nullable(Of Integer) = Nothing, Optional skip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningBatchEndpointResource)

参数

count
Nullable<Int32>

在结果页中要检索的终结点数。

skip
String

分页的延续标记。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的集合 MachineLearningBatchEndpointResource ,可能需要多个服务请求才能循环访问。

适用于