Interface SubvolumeInfo.DefinitionStages.WithParentResource

All Known Subinterfaces:
SubvolumeInfo.Definition, SubvolumeInfo.DefinitionStages.Blank
Enclosing interface:
SubvolumeInfo.DefinitionStages

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

    • withExistingVolume

      SubvolumeInfo.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.