StoragePoliciesComplianceVMListResponseBody
This is a response body class for an operation.
Properties
array of
StoragePoliciesComplianceVMInfo
value
Optional
compliance information about virtual machines matching the filter VM.FilterSpec. The key in the result map will be an identifier for the resource type: VirtualMachine.
JSON Example
{
"value": [
{
"disks": "enum",
"vm_home": "enum"
}
]
}