StoragePoliciesComplianceVMFilterSpec
The VM.FilterSpec structure contains Status used to filter the results when listing virtual machines (see VM.list).
Properties
status
Required
Compliance Status that a virtual machine must have to match the filter. Atleast one status must be specified.
array of
string
vms
Optional
Identifiers of virtual machines that can match the filter If unset or empty, virtual machines with any identifier matches the filter When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: VirtualMachine. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: VirtualMachine.
JSON Example
{
"status": "enum"
}