IntegrationAccountAssembliesOperationsExtensions.CreateOrUpdateAsync Method

Definition

Create or update an assembly for an integration account.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.AssemblyDefinition> CreateOrUpdateAsync (this Microsoft.Azure.Management.Logic.IIntegrationAccountAssembliesOperations operations, string resourceGroupName, string integrationAccountName, string assemblyArtifactName, Microsoft.Azure.Management.Logic.Models.AssemblyDefinition assemblyArtifact, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Logic.IIntegrationAccountAssembliesOperations * string * string * string * Microsoft.Azure.Management.Logic.Models.AssemblyDefinition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.AssemblyDefinition>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IIntegrationAccountAssembliesOperations, resourceGroupName As String, integrationAccountName As String, assemblyArtifactName As String, assemblyArtifact As AssemblyDefinition, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AssemblyDefinition)

Parameters

operations
IIntegrationAccountAssembliesOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

integrationAccountName
String

The integration account name.

assemblyArtifactName
String

The assembly artifact name.

assemblyArtifact
AssemblyDefinition

The assembly artifact.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to