IntegrationAccountMapsOperationsExtensions Class

Definition

Extension methods for IntegrationAccountMapsOperations.

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

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