Udostępnij przez


ApplicationInsightsManagementClient.WorkbooksGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook> WorkbooksGetWithResult(string subscriptionId, string resourceGroupName, string resourceName, bool? canFetchContent, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.ISendAsync sender);
member this.WorkbooksGetWithResult : string * string * string * Nullable<bool> * Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook>
Public Function WorkbooksGetWithResult (subscriptionId As String, resourceGroupName As String, resourceName As String, canFetchContent As Nullable(Of Boolean), eventListener As IEventListener, sender As ISendAsync) As Task(Of IWorkbook)

Parameters

subscriptionId
String
resourceGroupName
String
resourceName
String
canFetchContent
Nullable<Boolean>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to