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

MachineLearningDatastoreCollection.GetAll 方法

定义

重载

GetAll(MachineLearningDatastoreCollectionGetAllOptions, CancellationToken)

列出数据存储。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores
  • 操作IdDatastores_List
GetAll(String, Nullable<Int32>, Nullable<Boolean>, IEnumerable<String>, String, String, Nullable<Boolean>, CancellationToken)

列出数据存储。

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

GetAll(MachineLearningDatastoreCollectionGetAllOptions, CancellationToken)

列出数据存储。

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

参数

options
MachineLearningDatastoreCollectionGetAllOptions

一个属性包,其中包含除 LRO 限定符和请求上下文参数以外的此方法的所有参数。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 MachineLearningDatastoreResource 集合。

适用于

GetAll(String, Nullable<Int32>, Nullable<Boolean>, IEnumerable<String>, String, String, Nullable<Boolean>, CancellationToken)

列出数据存储。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores
  • 操作IdDatastores_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource> GetAll (string skip = default, int? count = default, bool? isDefault = default, System.Collections.Generic.IEnumerable<string> names = default, string searchText = default, string orderBy = default, bool? orderByAsc = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * Nullable<bool> * seq<string> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource>
override this.GetAll : string * Nullable<int> * Nullable<bool> * seq<string> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource>
Public Overridable Function GetAll (Optional skip As String = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional names As IEnumerable(Of String) = Nothing, Optional searchText As String = Nothing, Optional orderBy As String = Nothing, Optional orderByAsc As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningDatastoreResource)

参数

skip
String

分页的继续标记。

count
Nullable<Int32>

要返回的结果数上限。

isDefault
Nullable<Boolean>

筛选到工作区默认数据存储。

names
IEnumerable<String>

要返回的数据存储的名称。

searchText
String

在数据存储名称中搜索的文本。

orderBy
String

按属性 (createdtime 排序 |modifiedtime |name) 。

orderByAsc
Nullable<Boolean>

按属性升序排序。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 MachineLearningDatastoreResource 集合。

适用于