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

MachineLearningDatastoreCollection.GetAllAsync 方法

定义

重载

GetAllAsync(MachineLearningDatastoreCollectionGetAllOptions, CancellationToken)

列出数据存储。

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

列出数据存储。

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

GetAllAsync(MachineLearningDatastoreCollectionGetAllOptions, CancellationToken)

列出数据存储。

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

参数

options
MachineLearningDatastoreCollectionGetAllOptions

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 MachineLearningDatastoreResource ,可能需要多个服务请求进行迭代。

适用于

GetAllAsync(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.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource> GetAllAsync (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 GetAllAsync : string * Nullable<int> * Nullable<bool> * seq<string> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<bool> * seq<string> * string * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningDatastoreResource>
Public Overridable Function GetAllAsync (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 AsyncPageable(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 ,可能需要多个服务请求进行迭代。

适用于