MigrationConfigsOperationsExtensions.RevertAsync Method

Definition

This operation reverts Migration

public static System.Threading.Tasks.Task RevertAsync (this Microsoft.Azure.Management.ServiceBus.IMigrationConfigsOperations operations, string resourceGroupName, string namespaceName, System.Threading.CancellationToken cancellationToken = default);
static member RevertAsync : Microsoft.Azure.Management.ServiceBus.IMigrationConfigsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RevertAsync (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.

Returns

Applies to