ApplicationInsightsComponentResource.CreateAnnotations 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.
Créer une annotation d’un composant Application Insights.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations
- IdAnnotations_Create d’opération
public virtual Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation> CreateAnnotations (Azure.ResourceManager.ApplicationInsights.Models.Annotation annotationProperties, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAnnotations : Azure.ResourceManager.ApplicationInsights.Models.Annotation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
override this.CreateAnnotations : Azure.ResourceManager.ApplicationInsights.Models.Annotation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.Annotation>
Public Overridable Function CreateAnnotations (annotationProperties As Annotation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of Annotation)
Paramètres
- annotationProperties
- Annotation
Propriétés qui doivent être spécifiées pour créer une annotation d’un composant Application Insights.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de qui peut nécessiter plusieurs demandes de Annotation service pour itérer.
Exceptions
annotationProperties
a la valeur null.
S’applique à
Azure SDK for .NET