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

OperationalInsightsDataSourceCollection.GetAllAsync 方法

定义

获取工作区中数据源实例的第一页,其中包含指向下一页的链接。

  • 请求路径/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources
  • 操作IdDataSources_ListByWorkspace
public virtual Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataSourceResource> GetAllAsync (string filter, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataSourceResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsDataSourceResource>
Public Overridable Function GetAllAsync (filter As String, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OperationalInsightsDataSourceResource)

参数

filter
String

要应用于操作的筛选器。

skipToken
String

数据源实例集合的起点。

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

例外

filter 为 null。

适用于