IIntegrationAccountMapsOperations Interface

Definition

IntegrationAccountMapsOperations operations.

public interface IIntegrationAccountMapsOperations
type IIntegrationAccountMapsOperations = interface
Public Interface IIntegrationAccountMapsOperations

Methods

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

Creates or updates an integration account map.

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

Deletes an integration account map.

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

Gets an integration account map.

ListContentCallbackUrlWithHttpMessagesAsync(String, String, String, GetCallbackUrlParameters, Dictionary<String,List<String>>, CancellationToken)

Get the content callback url.

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

Gets a list of integration account maps.

ListWithHttpMessagesAsync(String, String, ODataQuery<IntegrationAccountMapFilter>, Dictionary<String,List<String>>, CancellationToken)

Gets a list of integration account maps.

Extension Methods

CreateOrUpdate(IIntegrationAccountMapsOperations, String, String, String, IntegrationAccountMap)

Creates or updates an integration account map.

CreateOrUpdateAsync(IIntegrationAccountMapsOperations, String, String, String, IntegrationAccountMap, CancellationToken)

Creates or updates an integration account map.

Delete(IIntegrationAccountMapsOperations, String, String, String)

Deletes an integration account map.

DeleteAsync(IIntegrationAccountMapsOperations, String, String, String, CancellationToken)

Deletes an integration account map.

Get(IIntegrationAccountMapsOperations, String, String, String)

Gets an integration account map.

GetAsync(IIntegrationAccountMapsOperations, String, String, String, CancellationToken)

Gets an integration account map.

List(IIntegrationAccountMapsOperations, String, String, ODataQuery<IntegrationAccountMapFilter>)

Gets a list of integration account maps.

ListAsync(IIntegrationAccountMapsOperations, String, String, ODataQuery<IntegrationAccountMapFilter>, CancellationToken)

Gets a list of integration account maps.

ListContentCallbackUrl(IIntegrationAccountMapsOperations, String, String, String, GetCallbackUrlParameters)

Get the content callback url.

ListContentCallbackUrlAsync(IIntegrationAccountMapsOperations, String, String, String, GetCallbackUrlParameters, CancellationToken)

Get the content callback url.

ListNext(IIntegrationAccountMapsOperations, String)

Gets a list of integration account maps.

ListNextAsync(IIntegrationAccountMapsOperations, String, CancellationToken)

Gets a list of integration account maps.

Applies to