RecoveryBackupSchedulesGetResponseBody
This is a response body class for an operation.
Properties
JSON Example
{
"value": {
"enable": false,
"location": "string",
"location_user": "string",
"parts": [
"string"
],
"recurrence_info": {
"days": "MONDAY",
"hour": 0,
"minute": 0
},
"retention_info": {
"max_count": 0
}
}
}