Udostępnij przez


ApplicationInsightsManagementClient.AnnotationsListWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
resourceName
String
start
String
end
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to