Freigeben über


WorkbookResource.GetAsync(Nullable<Boolean>, CancellationToken) Methode

Definition

Rufen Sie eine einzelne Arbeitsmappe nach ihrem resourceName ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}
  • Vorgang 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))

Parameter

canFetchContent
Nullable<Boolean>

Flag, das angibt, ob der vollständige Inhalt für jede entsprechende Arbeitsmappe zurückgegeben werden soll. Wenn false, geben Sie nur Zusammenfassungsinhalt für Arbeitsmappen zurück.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: