Partager via


IGatewayApiOperations Interface

Définition

Opérations GatewayApiOperations.

public interface IGatewayApiOperations
type IGatewayApiOperations = interface
Public Interface IGatewayApiOperations

Méthodes

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

Ajoute une API à la passerelle spécifiée.

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

Supprime l’API spécifiée de la passerelle spécifié.

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

Vérifie que l’entité API spécifiée par l’identificateur est associée à l’entité passerelle.

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

Répertorie une collection des API associées à une passerelle.

ListByServiceWithHttpMessagesAsync(String, String, String, ODataQuery<ApiContract>, Dictionary<String,List<String>>, CancellationToken)

Répertorie une collection des API associées à une passerelle.

Méthodes d’extension

CreateOrUpdate(IGatewayApiOperations, String, String, String, String, AssociationContract)

Ajoute une API à la passerelle spécifiée.

CreateOrUpdateAsync(IGatewayApiOperations, String, String, String, String, AssociationContract, CancellationToken)

Ajoute une API à la passerelle spécifiée.

Delete(IGatewayApiOperations, String, String, String, String)

Supprime l’API spécifiée de la passerelle spécifié.

DeleteAsync(IGatewayApiOperations, String, String, String, String, CancellationToken)

Supprime l’API spécifiée de la passerelle spécifié.

GetEntityTag(IGatewayApiOperations, String, String, String, String)

Vérifie que l’entité API spécifiée par l’identificateur est associée à l’entité passerelle.

GetEntityTagAsync(IGatewayApiOperations, String, String, String, String, CancellationToken)

Vérifie que l’entité API spécifiée par l’identificateur est associée à l’entité passerelle.

ListByService(IGatewayApiOperations, String, String, String, ODataQuery<ApiContract>)

Répertorie une collection des API associées à une passerelle.

ListByServiceAsync(IGatewayApiOperations, String, String, String, ODataQuery<ApiContract>, CancellationToken)

Répertorie une collection des API associées à une passerelle.

ListByServiceNext(IGatewayApiOperations, String)

Répertorie une collection des API associées à une passerelle.

ListByServiceNextAsync(IGatewayApiOperations, String, CancellationToken)

Répertorie une collection des API associées à une passerelle.

S’applique à