Share via


IIntegrationAccountAssembliesOperations Interface

Definition

IntegrationAccountAssembliesOperations operations.

public interface IIntegrationAccountAssembliesOperations
type IIntegrationAccountAssembliesOperations = interface
Public Interface IIntegrationAccountAssembliesOperations

Methods

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

Create or update an assembly for an integration account.

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

Delete an assembly for an integration account.

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

Get an assembly for an integration account.

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

Get the content callback url for an integration account assembly.

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

List the assemblies for an integration account.

Extension Methods

CreateOrUpdate(IIntegrationAccountAssembliesOperations, String, String, String, AssemblyDefinition)

Create or update an assembly for an integration account.

CreateOrUpdateAsync(IIntegrationAccountAssembliesOperations, String, String, String, AssemblyDefinition, CancellationToken)

Create or update an assembly for an integration account.

Delete(IIntegrationAccountAssembliesOperations, String, String, String)

Delete an assembly for an integration account.

DeleteAsync(IIntegrationAccountAssembliesOperations, String, String, String, CancellationToken)

Delete an assembly for an integration account.

Get(IIntegrationAccountAssembliesOperations, String, String, String)

Get an assembly for an integration account.

GetAsync(IIntegrationAccountAssembliesOperations, String, String, String, CancellationToken)

Get an assembly for an integration account.

List(IIntegrationAccountAssembliesOperations, String, String)

List the assemblies for an integration account.

ListAsync(IIntegrationAccountAssembliesOperations, String, String, CancellationToken)

List the assemblies for an integration account.

ListContentCallbackUrl(IIntegrationAccountAssembliesOperations, String, String, String)

Get the content callback url for an integration account assembly.

ListContentCallbackUrlAsync(IIntegrationAccountAssembliesOperations, String, String, String, CancellationToken)

Get the content callback url for an integration account assembly.

Applies to