Partager via


IApiSchemaOperations Interface

Définition

Opérations ApiSchemaOperations.

public interface IApiSchemaOperations
type IApiSchemaOperations = interface
Public Interface IApiSchemaOperations

Méthodes

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

Crée ou met à jour la configuration de schéma pour l’API.

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

Crée ou met à jour la configuration de schéma pour l’API.

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

Supprime la configuration du schéma de l’API.

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

Obtient la version d’état d’entité (Etag) du schéma spécifié par son identificateur.

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

Obtient la configuration du schéma au niveau de l’API.

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

Obtient la configuration du schéma au niveau de l’API.

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

Obtient la configuration du schéma au niveau de l’API.

Méthodes d’extension

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

Crée ou met à jour la configuration de schéma pour l’API.

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

Crée ou met à jour la configuration de schéma pour l’API.

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

Crée ou met à jour la configuration de schéma pour l’API.

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

Crée ou met à jour la configuration de schéma pour l’API.

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

Supprime la configuration du schéma de l’API.

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

Supprime la configuration du schéma de l’API.

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

Obtient la configuration du schéma au niveau de l’API.

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

Obtient la configuration du schéma au niveau de l’API.

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

Obtient la version d’état d’entité (Etag) du schéma spécifié par son identificateur.

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

Obtient la version d’état d’entité (Etag) du schéma spécifié par son identificateur.

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

Obtient la configuration du schéma au niveau de l’API.

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

Obtient la configuration du schéma au niveau de l’API.

ListByApiNext(IApiSchemaOperations, String)

Obtient la configuration du schéma au niveau de l’API.

ListByApiNextAsync(IApiSchemaOperations, String, CancellationToken)

Obtient la configuration du schéma au niveau de l’API.

S’applique à