Interface Backup.DefinitionStages.WithParentResource

All Known Subinterfaces:
Backup.Definition
Enclosing interface:
Backup.DefinitionStages

public static interface Backup.DefinitionStages.WithParentResource
The stage of the Backup definition allowing to specify parent resource.
  • Method Details

    • withExistingVolume

      Backup.DefinitionStages.WithCreate withExistingVolume(String resourceGroupName, String accountName, String poolName, String volumeName)
      Specifies resourceGroupName, accountName, poolName, volumeName.
      Parameters:
      resourceGroupName - The name of the resource group.
      accountName - The name of the NetApp account.
      poolName - The name of the capacity pool.
      volumeName - The name of the volume.
      Returns:
      the next definition stage.