WorkbookCollection.Get メソッド

定義

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

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

パラメーター

resourceName
String

リソースの名前。

canFetchContent
Nullable<Boolean>

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

cancellationToken
CancellationToken

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

戻り値

例外

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

resourceName が null です。

適用対象