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

MyWorkbookCollection.GetAll 方法

定义

获取在指定资源组和类别中定义的所有专用工作簿。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks
  • 操作IdMyWorkbooks_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.ApplicationInsights.MyWorkbookResource> GetAll (Azure.ResourceManager.ApplicationInsights.Models.CategoryType category, System.Collections.Generic.IEnumerable<string> tags = default, string sourceId = default, bool? canFetchContent = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.ApplicationInsights.Models.CategoryType * seq<string> * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.MyWorkbookResource>
override this.GetAll : Azure.ResourceManager.ApplicationInsights.Models.CategoryType * seq<string> * string * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.MyWorkbookResource>
Public Overridable Function GetAll (category As CategoryType, Optional tags As IEnumerable(Of String) = Nothing, Optional sourceId As String = Nothing, Optional canFetchContent As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MyWorkbookResource)

参数

category
CategoryType

要返回的工作簿的类别。

tags
IEnumerable<String>

标记显示在返回的每个工作簿上。

sourceId
String

将提取所有链接工作簿的 Azure 资源 ID。

canFetchContent
Nullable<Boolean>

指示是否返回每个适用工作簿的完整内容的标志。 如果为 false,则仅返回工作簿的摘要内容。

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

适用于