Compartilhar via


AnnotationsOperationsExtensions.ListAsync Método

Definição

Obtém a lista de anotações de um componente para determinado intervalo de tempo

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation>> ListAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IAnnotationsOperations operations, string resourceGroupName, string resourceName, string start, string end, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IAnnotationsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation>>
<Extension()>
Public Function ListAsync (operations As IAnnotationsOperations, resourceGroupName As String, resourceName As String, start As String, end As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(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.

start
String

A hora de início da consulta de anotações não pode ter mais de 90 dias a partir da data atual.

end
String

A hora de término para consultar anotações.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a