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

WorkbookResource.GetAsync(Nullable<Boolean>, CancellationToken) 方法

定义

按 resourceName 获取单个工作簿。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • 操作IdWorkbooks_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WorkbookResource>> GetAsync (bool? canFetchContent = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WorkbookResource>>
override this.GetAsync : Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WorkbookResource>>
Public Overridable Function GetAsync (Optional canFetchContent As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkbookResource))

参数

canFetchContent
Nullable<Boolean>

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于