I'm trying to create an alert for low disk utilization. And I see the syntax given in this link which checks for CPU utilization.
az monitor alert create -n rule1 -g {ResourceGroup} --target {VirtualMachineID} --condition "Percentage CPU > 90 avg 5m"
I can't find a list of possible conditions I can enter so that I can give the correct command for low disk utilization.