Interface Volume.DefinitionStages.WithParentResource

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

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

      • withExistingCapacityPool

        Volume.DefinitionStages.WithCreationToken withExistingCapacityPool​(String resourceGroupName,
                                                                           String accountName,
                                                                           String poolName)
        Specifies resourceGroupName, accountName, poolName.
        Parameters:
        resourceGroupName - The name of the resource group.
        accountName - The name of the NetApp account.
        poolName - The name of the capacity pool.
        Returns:
        the next definition stage.