Compartilhar via


ApplicationInsightsComponentResource.GetAnnotationsAsync Método

Definição

Sobrecargas

GetAnnotationsAsync(String, String, CancellationToken)

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

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations
  • IdAnnotations_List de operação
GetAnnotationsAsync(String, CancellationToken)

Obtenha a anotação para a ID fornecida.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}
  • IdAnnotations_Get de operação

GetAnnotationsAsync(String, String, CancellationToken)

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

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations
  • IdAnnotations_List de operação
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation> GetAnnotationsAsync (string start, string end, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAnnotationsAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
override this.GetAnnotationsAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
Public Overridable Function GetAnnotationsAsync (start As String, end As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of Annotation)

Parâmetros

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 a ser usado.

Retornos

Uma coleção assíncrona de Annotation que pode levar várias solicitações de serviço para iterar.

Exceções

start ou end é nulo.

Aplica-se a

GetAnnotationsAsync(String, CancellationToken)

Obtenha a anotação para a ID fornecida.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}
  • IdAnnotations_Get de operação
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation> GetAnnotationsAsync (string annotationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAnnotationsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
override this.GetAnnotationsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
Public Overridable Function GetAnnotationsAsync (annotationId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of Annotation)

Parâmetros

annotationId
String

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

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de Annotation que pode levar várias solicitações de serviço para iterar.

Exceções

annotationId é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

annotationId é nulo.

Aplica-se a