共用方式為


MigrationConfigsOperationsExtensions.CompleteMigration Method

Definition

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 void CompleteMigration (this Microsoft.Azure.Management.ServiceBus.IMigrationConfigsOperations operations, string resourceGroupName, string namespaceName);
static member CompleteMigration : Microsoft.Azure.Management.ServiceBus.IMigrationConfigsOperations * string * string -> unit
<Extension()>
Public Sub CompleteMigration (operations As IMigrationConfigsOperations, resourceGroupName As String, namespaceName As String)

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

Applies to