Freigeben über


AnnotationsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie die Anmerkung für die angegebene ID ab.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation>> GetAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IAnnotationsOperations operations, string resourceGroupName, string resourceName, string annotationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IAnnotationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation>>
<Extension()>
Public Function GetAsync (operations As IAnnotationsOperations, resourceGroupName As String, resourceName As String, annotationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Annotation))

Parameter

operations
IAnnotationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName
String

Der Name der Application Insights-Komponentenressource.

annotationId
String

Die eindeutige Anmerkungs-ID. Dies ist innerhalb einer Application Insights-Komponente eindeutig.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: