Q6 Single choice Mark for later Which RQL string returns a list of all Azure virtual machines that are not currently running? A config where api.name = 'azure-vm-list' AND json.rule = powerState = "off' B config where api.name = 'azure-vm-list' AND json.rule = powerState does not contain "running" C config where api.name = 'azure-vm-list' AND json.rule = powerState = "running" D config where api.name = 'azure-vm-list' AND json.rule = powerState contains "running" Correct answer