WorkbookCollection.GetAsync メソッド

定義

resourceName で 1 つのブックを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • 操作IdWorkbooks_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WorkbookResource>> GetAsync (string resourceName, bool? canFetchContent = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WorkbookResource>>
override this.GetAsync : string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WorkbookResource>>
Public Overridable Function GetAsync (resourceName As String, Optional canFetchContent As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkbookResource))

パラメーター

resourceName
String

リソースの名前。

canFetchContent
Nullable<Boolean>

該当する各ブックの完全なコンテンツを返すかどうかを示すフラグ。 false の場合は、ブックの概要コンテンツのみが返されます。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

resourceName は空の文字列であり、空でないと予想されていました。

resourceName が null です。

適用対象