MigrationConfigurationResource.RevertAsync(CancellationToken) 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 reverts Migration
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/migrationConfigurations/{configName}/revert
- Operation Id: MigrationConfigs_Revert
- Default Api Version: 2024-01-01
- Resource: MigrationConfigurationResource
public virtual System.Threading.Tasks.Task<Azure.Response> RevertAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member RevertAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.RevertAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function RevertAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.