MigrationConfigsOperationsExtensions.CompleteMigrationAsync Method
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.
This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any entities created after the operation will be under Premium Namespace. CompleteMigration operation will fail when entity migration is in-progress.
public static System.Threading.Tasks.Task CompleteMigrationAsync (this Microsoft.Azure.Management.ServiceBus.IMigrationConfigsOperations operations, string resourceGroupName, string namespaceName, System.Threading.CancellationToken cancellationToken = default);
static member CompleteMigrationAsync : Microsoft.Azure.Management.ServiceBus.IMigrationConfigsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function CompleteMigrationAsync (operations As IMigrationConfigsOperations, resourceGroupName As String, namespaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IMigrationConfigsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the Resource group within the Azure subscription.
- namespaceName
- String
The namespace name
- cancellationToken
- CancellationToken
The cancellation token.