Share via


GatewayApiOperationsExtensions Class

Definition

Extension methods for GatewayApiOperations.

public static class GatewayApiOperationsExtensions
type GatewayApiOperationsExtensions = class
Public Module GatewayApiOperationsExtensions
Inheritance
GatewayApiOperationsExtensions

Methods

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

Adds an API to the specified Gateway.

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

Adds an API to the specified Gateway.

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

Deletes the specified API from the specified Gateway.

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

Deletes the specified API from the specified Gateway.

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

Checks that API entity specified by identifier is associated with the Gateway entity.

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

Checks that API entity specified by identifier is associated with the Gateway entity.

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

Lists a collection of the APIs associated with a gateway.

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

Lists a collection of the APIs associated with a gateway.

ListByServiceNext(IGatewayApiOperations, String)

Lists a collection of the APIs associated with a gateway.

ListByServiceNextAsync(IGatewayApiOperations, String, CancellationToken)

Lists a collection of the APIs associated with a gateway.

Applies to