ApplicationInsightsComponentResource.GetAnnotations 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
GetAnnotations(String, CancellationToken) |
Obtenha a anotação para a ID fornecida.
|
GetAnnotations(String, String, CancellationToken) |
Obtém a lista de anotações de um componente para determinado intervalo de tempo
|
GetAnnotations(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}
- Operação IdAnnotations_Get
public virtual Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation> GetAnnotations (string annotationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAnnotations : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
override this.GetAnnotations : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
Public Overridable Function GetAnnotations (annotationId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 de Annotation que pode levar várias solicitações de serviço para iterar.
Exceções
annotationId
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
annotationId
é nulo.
Aplica-se a
GetAnnotations(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
- Operação IdAnnotations_List
public virtual Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation> GetAnnotations (string start, string end, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAnnotations : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
override this.GetAnnotations : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
Public Overridable Function GetAnnotations (start As String, end As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of Annotation)
Parâmetros
- start
- String
A hora de início da consulta para anotações não pode ter mais de 90 dias a partir da data atual.
- end
- String
A hora de término da consulta para anotações.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Uma coleção de Annotation que pode levar várias solicitações de serviço para iterar.
Exceções
start
ou end
é nulo.
Aplica-se a
Azure SDK for .NET