I'm looking for the corresponding azure cli for the following action
suspend a backup policy for a specific volume
I do see a cli (at policy level)
az netappfiles account backup-policy update, which has got the following parameter
[--enabled {0, 1, f, false, n, no, t, true, y, yes}]
The property to decide policy is enabled or not.
Accepted values: 0, 1, f, false, n, no, t, true, y, yes
But this is at the netapp account > policy level
I'm unable to find the azure cli to do this at specific volume level.
cli for this action at Volume level in the Configure Backups dialog box > Policy State { Suspend/Resume}