ApplicationInsightsComponentResource.GetAnnotationsAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetAnnotationsAsync(String, String, CancellationToken) |
Obtém a lista de anotações de um componente para determinado intervalo de tempo
|
GetAnnotationsAsync(String, CancellationToken) |
Obtenha a anotação para a ID fornecida.
|
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
Azure SDK for .NET