Compartir a través de


AnnotationsOperationsExtensions.ListAsync Método

Definición

Obtiene la lista de anotaciones de un componente para un intervalo de tiempo determinado.

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

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName
String

Nombre del recurso de componente de Application Insights.

start
String

La hora de inicio desde la que se va a consultar para las anotaciones, no puede tener más de 90 días a partir de la fecha actual.

end
String

Hora de finalización en la que se van a consultar las anotaciones.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a