Freigeben über


EventsExtensions.GetOdataMetadataAsync Methode

Definition

Abrufen von OData-Metadaten

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)

Parameter

operations
IEvents

Die Vorgangsgruppe für diese Erweiterungsmethode.

appId
String

ID der Anwendung. Dies ist die Anwendungs-ID auf dem Blatt API-Zugriffseinstellungen im Azure-Portal.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft OData-EDMX-Metadaten ab, die das Ereignisdatenmodell beschreiben

Gilt für: