Partager via


EventsExtensions.GetOdataMetadataAsync Méthode

Définition

Obtenir les métadonnées OData

public static System.Threading.Tasks.Task<object> GetOdataMetadataAsync (this Microsoft.Azure.ApplicationInsights.Query.IEvents operations, string appId, System.Threading.CancellationToken cancellationToken = default);
static member GetOdataMetadataAsync : Microsoft.Azure.ApplicationInsights.Query.IEvents * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function GetOdataMetadataAsync (operations As IEvents, appId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)

Paramètres

operations
IEvents

Groupe d’opérations pour cette méthode d’extension.

appId
String

ID de l’application. Il s’agit de l’ID d’application du panneau Des paramètres d’accès à l’API dans le Portail Azure.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtient les métadonnées OData EDMX décrivant le modèle de données d’événement

S’applique à