Method: Inspec::Resources::AzureVirtualMachineDataDisk#count
- Defined in:
- lib/resources/azure/azure_virtual_machine_data_disk.rb
#count ⇒ Object
Return an integer stating how many data disks are attached to the machine
65 66 67 |
# File 'lib/resources/azure/azure_virtual_machine_data_disk.rb', line 65 def count entries.count end |