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

MachineLearningOnlineEndpointCollection.GetAll 方法

定义

重载

GetAll(MachineLearningOnlineEndpointCollectionGetAllOptions, CancellationToken)

列出联机终结点。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
  • 操作IdOnlineEndpoints_List
GetAll(String, Nullable<Int32>, Nullable<MachineLearningEndpointComputeType>, String, String, String, Nullable<MachineLearningOrderString>, CancellationToken)

列出联机终结点。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
  • 操作IdOnlineEndpoints_List

GetAll(MachineLearningOnlineEndpointCollectionGetAllOptions, CancellationToken)

列出联机终结点。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints
  • 操作IdOnlineEndpoints_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource> GetAll (Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
override this.GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningOnlineEndpointCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>
Public Overridable Function GetAll (options As MachineLearningOnlineEndpointCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningOnlineEndpointResource)

参数

options
MachineLearningOnlineEndpointCollectionGetAllOptions

包含此方法的所有参数(LRO 限定符和请求上下文参数除外)的属性包。

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

适用于

GetAll(String, Nullable<Int32>, Nullable<MachineLearningEndpointComputeType>, String, String, String, Nullable<MachineLearningOrderString>, CancellationToken)

列出联机终结点。

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

参数

name
String

终结点的名称。

count
Nullable<Int32>

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

computeType
Nullable<MachineLearningEndpointComputeType>

要筛选依据的 EndpointComputeType。

skip
String

分页的延续标记。

tags
String

一组标记,用于筛选返回的模型。 它是标记键或标记键=value 的逗号分隔字符串。 示例:tagKey1,tagKey2,tagKey3=value3 。

properties
String

一组属性,用于筛选返回的模型。 它是属性键和/或 properties 键=value 的逗号分隔字符串 示例:propKey1,propKey2,propKey3=value3 。

orderBy
Nullable<MachineLearningOrderString>

对响应进行排序的选项。

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

适用于