| Description | : It will validate followings 1. Vault capacity 2. VM is already protected 3. Any VM related configuration passed in properties. |
| Reference | : Link ¶ |
⚼ Request
POST:
/subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{azureRegion}/backupPreValidateProtection
{
api-version:
string
,
azureRegion:
string
,
subscriptionId:
string
,
parameters:
}
{
,
resourceType:
enum
,
resourceId:
string
,
vaultId:
string
,
properties:
string
,
}
⚐ Response (200)
{
status:
enum
,
errorCode:
string
,
errorMessage:
string
,
recommendation:
string
,
containerName:
string
,
protectedItemName:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}