Method: Azure::NetApp::Mgmt::V2020_09_01::Backups#list

Defined in:
lib/2020-09-01/generated/azure_mgmt_netapp/backups.rb

#list(resource_group_name, account_name, pool_name, volume_name, custom_headers: nil) ⇒ BackupsList

List Backups

List all backups for a volume

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The name of the resource group.

  • account_name (String)

    The name of the NetApp account

  • pool_name (String)

    The name of the capacity pool

  • volume_name (String)

    The name of the volume

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (BackupsList)

    operation results.



38
39
40
41
# File 'lib/2020-09-01/generated/azure_mgmt_netapp/backups.rb', line 38

def list(resource_group_name, , pool_name, volume_name, custom_headers:nil)
  response = list_async(resource_group_name, , pool_name, volume_name, custom_headers:custom_headers).value!
  response.body unless response.nil?
end