Share via


IWebSiteManagementClient.ValidateMoveWithHttpMessagesAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> ValidateMoveWithHttpMessagesAsync (string resourceGroupName, string targetResourceGroup = default, System.Collections.Generic.IList<string> resources = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateMoveWithHttpMessagesAsync : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function ValidateMoveWithHttpMessagesAsync (resourceGroupName As String, Optional targetResourceGroup As String = Nothing, Optional resources As IList(Of String) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parameters

resourceGroupName
String
targetResourceGroup
String
resources
IList<String>
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Applies to