IntegrationAccountMapsOperationsExtensions Class
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.
Extension methods for IntegrationAccountMapsOperations.
In this article
public static class IntegrationAccountMapsOperationsExtensions
type IntegrationAccountMapsOperationsExtensions = class
Public Module IntegrationAccountMapsOperationsExtensions
Inheritance
System.Object
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