ApplicationInsightsComponentResource.GetAnnotations Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetAnnotations(String, CancellationToken) |
Obtient l’annotation pour un ID donné.
|
GetAnnotations(String, String, CancellationToken) |
Obtient la liste des annotations pour un composant pour un intervalle de temps donné
|
GetAnnotations(String, CancellationToken)
Obtient l’annotation pour un ID donné.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}
- IdAnnotations_Get d’opération
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)
Paramètres
- annotationId
- String
ID d’annotation unique. Il s’agit d’un composant Application Insights unique.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de Annotation qui peut nécessiter plusieurs demandes de service pour itérer.
Exceptions
annotationId
est une chaîne vide et devait être non vide.
annotationId
a la valeur null.
S’applique à
GetAnnotations(String, String, CancellationToken)
Obtient la liste des annotations pour un composant pour un intervalle de temps donné
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations
- IdAnnotations_List d’opération
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)
Paramètres
- start
- String
L’heure de début de l’interrogation des annotations ne peut pas être antérieure à 90 jours à partir de la date actuelle.
- end
- String
Heure de fin de la requête d’annotations.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de Annotation qui peut nécessiter plusieurs demandes de service pour itérer.
Exceptions
start
ou end
est null.
S’applique à
Azure SDK for .NET