Freigeben über


IMigrationConfigsOperations.CreateAndStartMigrationWithHttpMessagesAsync Methode

Definition

Erstellt die Migrationskonfiguration und startet die Migration von Entitäten vom Standard- zum Premium-Namespace.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ServiceBus.Models.MigrationConfigProperties>> CreateAndStartMigrationWithHttpMessagesAsync (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 CreateAndStartMigrationWithHttpMessagesAsync : 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 CreateAndStartMigrationWithHttpMessagesAsync (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))

Parameter

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

parameters
MigrationConfigProperties

Zum Erstellen der Migrationskonfiguration erforderliche Parameter

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: