Interface Snapshot.DefinitionStages.WithParentResource

  • All Known Subinterfaces:
    Snapshot.Definition
    Enclosing interface:
    Snapshot.DefinitionStages

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

      • withExistingVolume

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