共用方式為


IMigrationConfigsOperations.BeginCreateAndStartMigrationWithHttpMessagesAsync Method

Definition

Creates Migration configuration and starts migration of entities from Standard to Premium namespace

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ServiceBus.Models.MigrationConfigProperties>> BeginCreateAndStartMigrationWithHttpMessagesAsync (string resourceGroupName, string namespaceName, Microsoft.Azure.Management.ServiceBus.Models.MigrationConfigProperties parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateAndStartMigrationWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ServiceBus.Models.MigrationConfigProperties * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ServiceBus.Models.MigrationConfigProperties>>
Public Function BeginCreateAndStartMigrationWithHttpMessagesAsync (resourceGroupName As String, namespaceName As String, parameters As MigrationConfigProperties, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of MigrationConfigProperties))

Parameters

resourceGroupName
String

Name of the Resource group within the Azure subscription.

namespaceName
String

The namespace name

parameters
MigrationConfigProperties

Parameters required to create Migration Configuration

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to