Azure NetApp Files | Azure cli command to suspend/resume backup at volume level
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
Is there a cli for this action at Volume level in the Configure Backups dialog box > Policy State { Suspend/Resume}, how shall we achieve this if we have programmatically do this step.
I’m looking for the corresponding azure cli for the following actionsuspend a backup policy for a specific volumeI 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. Is there a cli for this action at Volume level in the Configure Backups dialog box > Policy State { Suspend/Resume}, how shall we achieve this if we have programmatically do this step. Read More