Resources
Validates whether resources can be moved from one resource group to another resource group.
This operation checks whether the specified resources can be moved to the target. The resources to move must be in the same source resource group. The target resource group may be in a different subscription. If validation succeeds, it returns HTTP response code 204 (no content). If validation fails, it returns HTTP response code 409 (Conflict) with an error message. Retrieve the URL in the Location header value to check the result of the long-running operation.
post/subscriptions/{subscriptionId}/resourceGroups/{sourceResourceGroupName}/validateMoveResources
Path parameters
sourceResourceGroupNamestring required
The name of the resource group containing the resources to validate for move.
subscriptionIdstring required
The ID of the target subscription.
Query parameters
api-versionstring required
The API version to use for this operation.
Request body
Response
Accepted