Freigeben über


IApiSchemaOperations Schnittstelle

Definition

ApiSchemaOperations-Vorgänge.

public interface IApiSchemaOperations
type IApiSchemaOperations = interface
Public Interface IApiSchemaOperations

Methoden

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, SchemaContract, String, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert die Schemakonfiguration für die API

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, SchemaContract, String, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert die Schemakonfiguration für die API

DeleteWithHttpMessagesAsync(String, String, String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Löscht die Schemakonfiguration aus der API

GetEntityTagWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft die Etag-Version (Entity State) des Schemas ab, das durch den Bezeichner angegeben wird.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft die Schemakonfiguration auf API-Ebene ab

ListByApiNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Ruft die Schemakonfiguration auf API-Ebene ab

ListByApiWithHttpMessagesAsync(String, String, String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Ruft die Schemakonfiguration auf API-Ebene ab

Erweiterungsmethoden

BeginCreateOrUpdate(IApiSchemaOperations, String, String, String, String, SchemaContract, String)

Erstellt oder aktualisiert die Schemakonfiguration für die API

BeginCreateOrUpdateAsync(IApiSchemaOperations, String, String, String, String, SchemaContract, String, CancellationToken)

Erstellt oder aktualisiert die Schemakonfiguration für die API

CreateOrUpdate(IApiSchemaOperations, String, String, String, String, SchemaContract, String)

Erstellt oder aktualisiert die Schemakonfiguration für die API

CreateOrUpdateAsync(IApiSchemaOperations, String, String, String, String, SchemaContract, String, CancellationToken)

Erstellt oder aktualisiert die Schemakonfiguration für die API

Delete(IApiSchemaOperations, String, String, String, String, String, Nullable<Boolean>)

Löscht die Schemakonfiguration aus der API

DeleteAsync(IApiSchemaOperations, String, String, String, String, String, Nullable<Boolean>, CancellationToken)

Löscht die Schemakonfiguration aus der API

Get(IApiSchemaOperations, String, String, String, String)

Ruft die Schemakonfiguration auf API-Ebene ab

GetAsync(IApiSchemaOperations, String, String, String, String, CancellationToken)

Ruft die Schemakonfiguration auf API-Ebene ab

GetEntityTag(IApiSchemaOperations, String, String, String, String)

Ruft die Etag-Version (Entity State) des Schemas ab, das durch den Bezeichner angegeben wird.

GetEntityTagAsync(IApiSchemaOperations, String, String, String, String, CancellationToken)

Ruft die Etag-Version (Entity State) des Schemas ab, das durch den Bezeichner angegeben wird.

ListByApi(IApiSchemaOperations, String, String, String, String, Nullable<Int32>, Nullable<Int32>)

Ruft die Schemakonfiguration auf API-Ebene ab

ListByApiAsync(IApiSchemaOperations, String, String, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Ruft die Schemakonfiguration auf API-Ebene ab

ListByApiNext(IApiSchemaOperations, String)

Ruft die Schemakonfiguration auf API-Ebene ab

ListByApiNextAsync(IApiSchemaOperations, String, CancellationToken)

Ruft die Schemakonfiguration auf API-Ebene ab

Gilt für: