你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MyWorkbookCollection.GetAll 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在指定资源组和类别中定义的所有专用工作簿。
- 请求路径/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。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
的集合 MyWorkbookResource ,可能需要多个服务请求才能循环访问。