AnnotationsOperationsExtensions.CreateAsync 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.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation>> CreateAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IAnnotationsOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation annotationProperties, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IAnnotationsOperations * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.Annotation>>
<Extension()>
Public Function CreateAsync (operations As IAnnotationsOperations, resourceGroupName As String, resourceName As String, annotationProperties As Annotation, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Annotation))
Paramètres
- operations
- IAnnotationsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- resourceName
- String
Nom de la ressource du composant Application Insights.
- 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.
Retours
S’applique à
Azure SDK for .NET