ApplicationInsightsComponentResource.GetAnnotationsAsync 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
GetAnnotationsAsync(String, String, CancellationToken) |
Obtient la liste des annotations pour un composant pour un intervalle de temps donné
|
GetAnnotationsAsync(String, CancellationToken) |
Obtient l’annotation pour un ID donné.
|
GetAnnotationsAsync(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.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)
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 asynchrone de qui peut nécessiter plusieurs demandes de Annotation service pour itérer.
Exceptions
start
ou end
est null.
S’applique à
GetAnnotationsAsync(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.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)
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 asynchrone de qui peut nécessiter plusieurs demandes de Annotation service pour itérer.
Exceptions
annotationId
est une chaîne vide et devait être non vide.
annotationId
a la valeur null.
S’applique à
Azure SDK for .NET