IGatewayApiOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GatewayApiOperations operations.
public interface IGatewayApiOperations
type IGatewayApiOperations = interface
Public Interface IGatewayApiOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, AssociationContract, Dictionary<String,List<String>>, CancellationToken) |
Adds an API to the specified Gateway. |
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes the specified API from the specified Gateway. |
GetEntityTagWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Checks that API entity specified by identifier is associated with the Gateway entity. |
ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists a collection of the APIs associated with a gateway. |
ListByServiceWithHttpMessagesAsync(String, String, String, ODataQuery<ApiContract>, Dictionary<String,List<String>>, CancellationToken) |
Lists a collection of the APIs associated with a gateway. |