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
69 70 71 |
# File 'lib/resources/azure/azure_virtual_machine_data_disk.rb', line 69 def count entries.count end |