Resources
Operations
| Check Existence |
Checks whether a resource exists. |
| Check Existence By Id |
Checks by ID whether a resource exists. |
| Create Or Update |
Creates a resource. |
| Create Or Update By Id |
Create a resource by ID. |
| Delete |
Deletes a resource. |
| Delete By Id |
Deletes a resource by ID. |
| Get |
Gets a resource. |
| Get By Id |
Gets a resource by ID. |
| List |
Get all the resources in a subscription. |
| List By Resource Group |
Get all the resources for a resource group. |
| Move Resources |
Moves resources from one resource group to another resource group. The resources to move must be in the same source resource group. The target resource group may be in a different subscription. When moving resources, both the source group and the target group are locked for the duration of the operation. Write and delete operations are blocked on the groups until the move completes. |
| Update |
Updates a resource. |
| Update By Id |
Updates a resource by ID. |
| Validate Move 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. |