ResourceOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> MoveResourcesAsync (this Microsoft.Azure.Management.Resources.IResourceOperations operations, string sourceResourceGroupName, Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo parameters);
static member MoveResourcesAsync : Microsoft.Azure.Management.Resources.IResourceOperations * string * Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function MoveResourcesAsync (operations As IResourceOperations, sourceResourceGroupName As String, parameters As ResourcesMoveInfo) As Task(Of AzureOperationResponse)
Parameters
- operations
- IResourceOperations
Reference to the Microsoft.Azure.Management.Resources.IResourceOperations.
- sourceResourceGroupName
- String
Required. Source resource group name.
- parameters
- ResourcesMoveInfo
Required. move resources' parameters.
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