Method: Inspec::Resources::AzureVirtualMachineDataDisk#count

Defined in:
lib/resources/azure/azure_virtual_machine_data_disk.rb

#countObject

Return an integer stating how many data disks are attached to the machine



67
68
69
# File 'lib/resources/azure/azure_virtual_machine_data_disk.rb', line 67

def count
  entries.count
end