Partager via


GatewayApiOperationsExtensions Classe

Définition

Méthodes d’extension pour GatewayApiOperations.

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

Méthodes

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 à