Partager via


GlobalSchemaOperationsExtensions Classe

Définition

Méthodes d’extension pour GlobalSchemaOperations.

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

Méthodes

BeginCreateOrUpdate(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String)

Crée ou met à jour le schéma spécifié existant du instance de service Gestion des API.

BeginCreateOrUpdateAsync(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String, CancellationToken)

Crée ou met à jour le schéma spécifié existant du instance de service Gestion des API.

CreateOrUpdate(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String)

Crée ou met à jour le schéma spécifié existant du instance de service Gestion des API.

CreateOrUpdateAsync(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String, CancellationToken)

Crée ou met à jour le schéma spécifié existant du instance de service Gestion des API.

Delete(IGlobalSchemaOperations, String, String, String, String)

Supprime un schéma spécifique.

DeleteAsync(IGlobalSchemaOperations, String, String, String, String, CancellationToken)

Supprime un schéma spécifique.

Get(IGlobalSchemaOperations, String, String, String)

Obtient les détails du schéma spécifié par son identificateur.

GetAsync(IGlobalSchemaOperations, String, String, String, CancellationToken)

Obtient les détails du schéma spécifié par son identificateur.

GetEntityTag(IGlobalSchemaOperations, String, String, String)

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

GetEntityTagAsync(IGlobalSchemaOperations, String, String, String, CancellationToken)

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

ListByService(IGlobalSchemaOperations, String, String, ODataQuery<GlobalSchemaContract>)

Répertorie une collection de schémas inscrits auprès des instance de service.

ListByServiceAsync(IGlobalSchemaOperations, String, String, ODataQuery<GlobalSchemaContract>, CancellationToken)

Répertorie une collection de schémas inscrits auprès des instance de service.

ListByServiceNext(IGlobalSchemaOperations, String)

Répertorie une collection de schémas inscrits auprès des instance de service.

ListByServiceNextAsync(IGlobalSchemaOperations, String, CancellationToken)

Répertorie une collection de schémas inscrits auprès des instance de service.

S’applique à