Compartilhar via


AnnotationsOperationsExtensions.GetAsync Método

Definição

Obtenha a anotação para a ID fornecida.

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))

Parâmetros

operations
IAnnotationsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

resourceName
String

O nome do recurso de componente do Application Insights.

annotationId
String

A ID de anotação exclusiva. Isso é exclusivo em um componente do Application Insights.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a