IResourceOperations.MoveResourcesAsync 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.
Move resources within or across subscriptions.
public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> MoveResourcesAsync (string sourceResourceGroupName, Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo parameters, System.Threading.CancellationToken cancellationToken);
abstract member MoveResourcesAsync : string * Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function MoveResourcesAsync (sourceResourceGroupName As String, parameters As ResourcesMoveInfo, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)
Parameters
- sourceResourceGroupName
- String
Source resource group name.
- parameters
- ResourcesMoveInfo
move resources' parameters.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Task<Microsoft.Azure.AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET