Udostępnij przez


ApplicationInsightsManagementClient.AnnotationsListViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
start
String
end
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to