Partager via


ApiSchemaOperationsExtensions Classe

Définition

Méthodes d’extension pour ApiSchemaOperations.

public static class ApiSchemaOperationsExtensions
type ApiSchemaOperationsExtensions = class
Public Module ApiSchemaOperationsExtensions
Héritage
ApiSchemaOperationsExtensions

Méthodes

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 à