Udostępnij przez


ApplicationInsightsManagementClient.WorkbooksRevisionGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.IWorkbook> WorkbooksRevisionGetWithResult(string subscriptionId, string resourceGroupName, string resourceName, string revisionId, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.ISendAsync sender);
member this.WorkbooksRevisionGetWithResult : string * string * string * string * 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 WorkbooksRevisionGetWithResult (subscriptionId As String, resourceGroupName As String, resourceName As String, revisionId As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IWorkbook)

Parameters

subscriptionId
String
resourceGroupName
String
resourceName
String
revisionId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to