ApplicationInsightsManagementClient.WorkbooksRevisionGetWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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